This commit is contained in:
jjLv 2024-11-28 10:15:48 +08:00
commit 50a700fd9e
1 changed files with 75 additions and 14 deletions

View File

@ -272,29 +272,91 @@ const handleFileSuccess2 = (response: any) => {
// 退
dialogFormVisibleSettlein.value = true
}
const handleViewBack = () => {
settleinTitle.value = '退租检修'
isEditDisabled.value = true
equipmentDeploymentParams.value = {
/* 企业Id */
// ownCo: mainStore().userInfo.companyId,
/* 租赁范围 */
leaseScope: '',
/* 设备所在地 */
location: '',
/* 省 */
provinceId: '',
/* 市 */
cityId: '',
/* 区 */
areaId: '',
/* 设备所在地 省 */
addressEconomize: '',
/* 设备所在地 市 */
addressProvince: '',
/* 设备所在地 区 */
addressArea: '',
/* 设备类型 */
typeId: '',
/* 设备类型大类 */
deviceType: '',
/* 设备类型子类 */
deviceTypeSon: '',
/* 设备类型小类*/
deviceTypeSun: '',
/* 设备品牌 */
brand: '',
/* 设备型号 */
modelName: '',
/* 出场日期 */
productionDate: '',
/* 工作小时数 */
workingHours: '',
/* 整机序列号 */
serialNumber: '',
/* 月租金 */
monthLeasePrice: '',
/* 日租金 */
dayLeasePrice: '',
/* 是否提供机手 */
isOperator: '',
/* 机手月费用 */
jsMonthPrice: '',
/* 机手日费用 */
jsDayPrice: '',
/* 详细说明 */
description: '',
/* 设备主图片 */
picUrl: '',
/* 检测信息 ,保险信息*/
fileList: [],
/* 设备状态 */
maStatus: 15,
detectionList: [],
insureList: [],
picList: [],
}
const settlemoneyTitle = ref('')
const moneyParams1: any = ref({
/* 设备名称 */
/* 设备名称 */
deviceName: '',
deviceTypeList: [],
deviceTypeList: [],
deviceCount: 1,
unitName: '',
})
unitName: '',
})
const moneyParams2: any = ref({
/* 设备名称 */
/* 设备名称 */
deviceName: '',
deviceTypeList: [],
deviceTypeList: [],
deviceCount: 1,
unitName: '',
})
unitName: '',
})
const moneyParams3: any = ref({
/* 设备名称 */
/* 设备名称 */
deviceName: '',
deviceTypeList: [],
deviceTypeList: [],
deviceCount: 1,
unitName: '',
})
unitName: '',
})
const tableData: any = ref([
{
name1:'测试1',
@ -324,7 +386,7 @@ const tableData: any = ref([
jy8:'',
remark:'备注2',
}
])
])
const partItems1: any = ref([{}])
const partItems2: any = ref([{}])
@ -394,7 +456,6 @@ const dialogFormVisibleSettlemoney: any = ref(false)
partItems3.value.splice(index, 1);
}
}
</script>
<template>