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

5
src/views/aftersales/aftersalesWorkOrderAdd.vue

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

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

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

Loading…
Cancel
Save