Browse Source

修复客服已知bug

dev-xx
马远东 1 year ago
parent
commit
d726faa4c8
  1. 28
      src/views/aftersales/aftersalesWorkOrderend.vue
  2. 22
      src/views/distribution/signfor/distributionSignforedt.vue

28
src/views/aftersales/aftersalesWorkOrderend.vue

@ -329,7 +329,10 @@
<div class="Paymentname" @click="PaymentSelection(item)">
{{ item.payment ? item.text : '支付方式' }}
</div>
<div class="el_PaymentUnit">
<span>支付单位:</span>
<el-input v-model="item.paymentUnit" placeholder="请输入支付单位" />
</div>
<div>
<el-date-picker
v-model="item.compensationTime"
@ -343,10 +346,7 @@
</div>
</div>
</div>
<div class="el_PaymentUnit">
<span>支付单位:</span>
<el-input v-model="paymentUnit" placeholder="请输入支付单位" />
</div>
<div class="el_tool">
<span>总金额:{{ TotalClaimAmount }}</span>
</div>
@ -1104,7 +1104,7 @@ const onLoad = () => {
name: item.resultTypeName,
text: item.compensationMethodName,
compensationTime: item.compensationTime,
// paymentUnit:item.paymentUnit,
paymentUnit:item.paymentUnit,
};
}
);
@ -1292,7 +1292,7 @@ const changeProcessingResults = val => {
payment: '',
text: '',
compensationTime: '',
// paymentUnit:'',
paymentUnit:'',
};
// numnewItemname
switch (num) {
@ -1805,14 +1805,14 @@ const submit = () => {
: '未知支付方式',
resultName: item.name, //
compensationTime: item.compensationTime, //
// paymentUnit: item.paymentUnit, //
paymentUnit: item.paymentUnit, //
};
} else {
return null;
}
})
.filter(item => item !== null);
data.aftersalesProcessingResultsDTO.paymentUnit = paymentUnit.value; //
// data.aftersalesProcessingResultsDTO.paymentUnit = paymentUnit.value; //
data.aftersalesProcessingResultsDTO.processingMoneyEntityList =
data['processingMoneyEntityList'];
console.log('走到了这一步');
@ -2083,10 +2083,11 @@ const CustomerServiceCompleted = () => {
display: flex;
margin-bottom: 20px;
height: 30px;
width: 68%;
width: 100%;
justify-content: space-between;
span {
display: block;
width: 30%;
width:140px;
color: #606266;
font-size: 16px;
}
@ -2261,7 +2262,7 @@ const CustomerServiceCompleted = () => {
}
//
:deep(.el-input-number) {
width: 26%;
width: 160px;
}
.contemtMax {
display: flex;
@ -2533,10 +2534,11 @@ const CustomerServiceCompleted = () => {
}
.el_PaymentUnit {
display: flex;
align-items: center;
span {
display: flex;
width: 80px !important;
align-items: center;
width: 120px;
}
:deep(.el-input) {
width: 150px;

22
src/views/distribution/signfor/distributionSignforedt.vue

@ -1141,6 +1141,28 @@ const menuData2 = ref([
sortable: true,
head: false,
},
{
prop: 'loadingTime',
label: '装车时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'signeeName',
label: '签收人',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'trainNumber',
label: '包件类型',

Loading…
Cancel
Save