Browse Source

客服修复修复接口查询

dev-xx
马远东 1 year ago
parent
commit
d93fab55ee
  1. 9
      src/views/aftersales/aftersalesWorkOrder.vue
  2. 5
      src/views/aftersales/aftersalesWorkOrderAdd.vue
  3. 2
      src/views/distribution/signfor/distributionSignforedt.vue

9
src/views/aftersales/aftersalesWorkOrder.vue

@ -1949,13 +1949,13 @@ const tabChenge = val => {
details.query.workOrderStatus = 20; details.query.workOrderStatus = 20;
Tableheaderswitching(columnList); Tableheaderswitching(columnList);
empty(); empty();
ProcessingPartyFun(data); IndexTable(data);
} else { } else {
data.workOrderStatus = 40; data.workOrderStatus = 40;
details.query.workOrderStatus = 40; details.query.workOrderStatus = 40;
Tableheaderswitching(columnList); Tableheaderswitching(columnList);
empty(); empty();
IndexTable(data); ProcessingPartyFun(data);
} }
ProcessingPartyState.value = false; // ProcessingPartyState.value = false; //
ArbitrationStatus.value = true; // ArbitrationStatus.value = true; //
@ -2030,7 +2030,8 @@ const tabChenge = val => {
ArbitrationStatus.value = true; // ArbitrationStatus.value = true; //
Tableheaderswitching(columnList); Tableheaderswitching(columnList);
empty(); empty();
ProcessingPartyFun(data); // IndexTable(data);
} else { } else {
console.log('待处理'); console.log('待处理');
ProcessingPartyState.value = true; // ProcessingPartyState.value = true; //
@ -2039,7 +2040,7 @@ const tabChenge = val => {
ArbitrationStatus.value = true; // ArbitrationStatus.value = true; //
Tableheaderswitching(columnList); Tableheaderswitching(columnList);
empty(); empty();
IndexTable(data); ProcessingPartyFun(data); //
} }
} }
}; };

5
src/views/aftersales/aftersalesWorkOrderAdd.vue

@ -1814,7 +1814,7 @@ const ViewPackageDetails = val => {
display: flex; display: flex;
margin-bottom: 20px; margin-bottom: 20px;
height: 30px; height: 30px;
width: 42%; width: 48%;
justify-content: space-between; justify-content: space-between;
.payment_right { .payment_right {
display: flex; display: flex;
@ -1874,4 +1874,7 @@ const ViewPackageDetails = val => {
.el_PaymentUnit{ .el_PaymentUnit{
margin: 0 4px; margin: 0 4px;
} }
:deep(.el-input-number){
width: 180px !important;
}
</style> </style>

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

@ -1153,7 +1153,7 @@ const menuData2 = ref([
head: false, head: false,
}, },
{ {
prop: 'signeeName', prop: 'signingUser',
label: '签收人', label: '签收人',
type: 1, type: 1,
values: '', values: '',

Loading…
Cancel
Save