8/7 收银台加个未收,打印票据多个支付明细,房屋租赁-签约/上下架
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
<script setup name="HouseRental" lang="ts">
|
||||
import pageHeader from '@/components/Pageheader/index.vue';
|
||||
import { changeHouseRedientStatus, delHouseRental, HouseRedientSign, HouseRedientSignUpload, listHouseRental } from '@/api/system/houseRental';
|
||||
import { HouseRentalForm, HouseRentalQuery, HouseRentalVO } from '@/api/system/houseRental/type';
|
||||
import { HouseRentalForm, HouseRentalQuery, HouseRentalSigningVO, HouseRentalVO } from '@/api/system/houseRental/type';
|
||||
import { checkPermi } from '@/utils/permission';
|
||||
import { listHouseUseType_add_house } from '@/api/system/houseUse';
|
||||
import { validator } from '@/utils/Reg';
|
||||
@@ -208,7 +208,7 @@ const dialog = reactive<DialogOption>({
|
||||
title: ''
|
||||
});
|
||||
|
||||
type HouseRentalFormType = HouseRentalForm & {
|
||||
type HouseRentalFormType = HouseRentalSigningVO & {
|
||||
villageName?: string;
|
||||
houseName?: string;
|
||||
houseArea?: number;
|
||||
@@ -216,6 +216,8 @@ type HouseRentalFormType = HouseRentalForm & {
|
||||
};
|
||||
|
||||
const initFormData: HouseRentalFormType = {
|
||||
'createTime': undefined,
|
||||
'id': undefined,
|
||||
'rentalId': undefined,
|
||||
'contractNo': undefined,
|
||||
'tenantName': undefined,
|
||||
|
||||
Reference in New Issue
Block a user