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

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

@ -1141,6 +1141,28 @@ const menuData2 = ref([
sortable: true, sortable: true,
head: false, 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', prop: 'trainNumber',
label: '包件类型', label: '包件类型',

Loading…
Cancel
Save