This commit is contained in:
commit
50a700fd9e
|
|
@ -272,6 +272,68 @@ const handleFileSuccess2 = (response: any) => {
|
||||||
// 打开退组检修弹框
|
// 打开退组检修弹框
|
||||||
dialogFormVisibleSettlein.value = true
|
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 settlemoneyTitle = ref('')
|
||||||
const moneyParams1: any = ref({
|
const moneyParams1: any = ref({
|
||||||
|
|
@ -394,7 +456,6 @@ const dialogFormVisibleSettlemoney: any = ref(false)
|
||||||
partItems3.value.splice(index, 1);
|
partItems3.value.splice(index, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue