From 3d60efe1a912d682e6df407d8223fd478c9c1179 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Mon, 15 Jan 2024 15:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../aftersalesWorkOrderInfoTemp.vue | 21 +++++++++------- .../distributionDeliveryListedt.vue | 24 ++++++++++++++++--- 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/src/views/aftersales/aftersalesWorkOrderInfoTemp.vue b/src/views/aftersales/aftersalesWorkOrderInfoTemp.vue index b6d3114f..70ee4c22 100644 --- a/src/views/aftersales/aftersalesWorkOrderInfoTemp.vue +++ b/src/views/aftersales/aftersalesWorkOrderInfoTemp.vue @@ -391,6 +391,7 @@ default-first-option :reserve-keyword="false" placeholder="请选择处理结果" + disabled >
{{ item.name }} - +
支付方式 @@ -421,7 +422,7 @@
支付单位
- +
@@ -433,6 +434,7 @@ format="YYYY-MM-DD" value-format="YYYY-MM-DD HH:mm:ss" placeholder="理赔支付时间" + disabled />
@@ -440,7 +442,7 @@
- 总金额:{{ TotalClaimAmount }} + 总金额:{{ TotalClaimAmount }}元
@@ -946,7 +948,7 @@ const onLoad = () => { item => { Indexform.value.result.push(item.resultType); return { - input: item.money, + input: item.money +'元', min: 0, max: 9999999999999999999999999999, state: item.resultType, @@ -1397,13 +1399,14 @@ const isShowFormItem2 = computed(() => { } } span { - display: block; - color: #606266; + color: #000000; font-size: 16px; margin-right: 8px; display: flex; align-items: center; - width: max-content; + justify-content: flex-end; + width: 80px; + margin-left: 10px; } .el_titleName { display: flex; @@ -1475,8 +1478,8 @@ const isShowFormItem2 = computed(() => { font-size: 14px; border: 1px solid #ccc; padding: 4px 20px; - color: #30316e; - font-weight: normal; + color: #000000; + font-weight: 600; } } .el_nint { diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index a6683fe9..2f2555b6 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -3621,9 +3621,6 @@ export default { this.SignForPhotos = []; this.signBox = true; this.reservationId = row.id; - - - }, beforeOpen(done, type) { if (['edit', 'view'].includes(type)) { @@ -4089,6 +4086,27 @@ export default { }, // 复核签收确认弹窗 submitForm() { + if(!this.DoorstepPhoto.length){ + ElMessage({ + message: '至少上传一张上门照片', + type: 'warning', + }) + return + } + if(!this.StackingPhoto.length){ + ElMessage({ + message: '至少上传一张对码照片', + type: 'warning', + }) + return + } + if(!this.SignForPhotos.length){ + ElMessage({ + message: '至少上传一张签收照片', + type: 'warning', + }) + return + } console.log(this.reservationId); console.log(this.CheckStore, '要处理的值'); this.checkloading = true; //开启复核签收加载效果