This commit is contained in:
jjLv 2024-11-28 10:14:15 +08:00
parent 84f63f55cf
commit 5a73080675
1 changed files with 64 additions and 67 deletions

View File

@ -207,73 +207,71 @@ const handleFileSuccess2 = (response: any) => {
} }
} }
//退 //退
const handleViewBack = () => { const handleViewBack = () => {
settleinTitle.value = '退租检修' settleinTitle.value = '退租检修'
isEditDisabled.value = true isEditDisabled.value = true
equipmentDeploymentParams.value = { equipmentDeploymentParams.value = {
/* 企业Id */ /* 企业Id */
// ownCo: mainStore().userInfo.companyId, // ownCo: mainStore().userInfo.companyId,
/* 租赁范围 */ /* 租赁范围 */
leaseScope: '', leaseScope: '',
/* 设备所在地 */ /* 设备所在地 */
location: '', location: '',
/* 省 */ /* 省 */
provinceId: '', provinceId: '',
/* 市 */ /* 市 */
cityId: '', cityId: '',
/* 区 */ /* 区 */
areaId: '', areaId: '',
/* 设备所在地 省 */ /* 设备所在地 省 */
addressEconomize: '', addressEconomize: '',
/* 设备所在地 市 */ /* 设备所在地 市 */
addressProvince: '', addressProvince: '',
/* 设备所在地 区 */ /* 设备所在地 区 */
addressArea: '', addressArea: '',
/* 设备类型 */ /* 设备类型 */
typeId: '', typeId: '',
/* 设备类型大类 */ /* 设备类型大类 */
deviceType: '', deviceType: '',
/* 设备类型子类 */ /* 设备类型子类 */
deviceTypeSon: '', deviceTypeSon: '',
/* 设备类型小类*/ /* 设备类型小类*/
deviceTypeSun: '', deviceTypeSun: '',
/* 设备品牌 */ /* 设备品牌 */
brand: '', brand: '',
/* 设备型号 */ /* 设备型号 */
modelName: '', modelName: '',
/* 出场日期 */ /* 出场日期 */
productionDate: '', productionDate: '',
/* 工作小时数 */ /* 工作小时数 */
workingHours: '', workingHours: '',
/* 整机序列号 */ /* 整机序列号 */
serialNumber: '', serialNumber: '',
/* 月租金 */ /* 月租金 */
monthLeasePrice: '', monthLeasePrice: '',
/* 日租金 */ /* 日租金 */
dayLeasePrice: '', dayLeasePrice: '',
/* 是否提供机手 */ /* 是否提供机手 */
isOperator: '', isOperator: '',
/* 机手月费用 */ /* 机手月费用 */
jsMonthPrice: '', jsMonthPrice: '',
/* 机手日费用 */ /* 机手日费用 */
jsDayPrice: '', jsDayPrice: '',
/* 详细说明 */ /* 详细说明 */
description: '', description: '',
/* 设备主图片 */ /* 设备主图片 */
picUrl: '', picUrl: '',
/* 检测信息 ,保险信息*/ /* 检测信息 ,保险信息*/
fileList: [], fileList: [],
/* 设备状态 */ /* 设备状态 */
maStatus: 15, maStatus: 15,
detectionList: [], detectionList: [],
insureList: [], insureList: [],
picList: [], picList: []
}
// 退
dialogFormVisibleSettlein.value = true
} }
<<<<<<< HEAD
//
dialogFormVisibleSettlein.value = true
}
=======
const settlemoneyTitle = ref('') const settlemoneyTitle = ref('')
const moneyParams1: any = ref({ const moneyParams1: any = ref({
@ -397,7 +395,6 @@ const dialogFormVisibleSettlemoney: any = ref(false)
} }
} }
>>>>>>> hongchao-dev
</script> </script>
<template> <template>