Browse Source

待处理参数修改

pre-production
马远东 1 year ago
parent
commit
cb547704c1
  1. 12
      src/views/aftersales/aftersalesWorkOrder.vue
  2. 27
      src/views/aftersales/aftersalesWorkOrderAdd.vue

12
src/views/aftersales/aftersalesWorkOrder.vue

@ -1954,21 +1954,13 @@ const tabChenge = val => {
//
console.log(UserPermissions.value, '当前身份');
console.log('待处理');
if (UserPermissions.value == '仓库客服') {
ProcessingPartyState.value = true; //
data.workOrderStatus = 10;
details.query.workOrderStatus = 10;
ArbitrationStatus.value = true; //
Tableheaderswitching(columnList);
empty();
IndexTable(data);
} else {
data.workOrderStatus = 500;
details.query.workOrderStatus = 500;
ArbitrationStatus.value = true; //
Tableheaderswitching(columnList);
empty();
IndexTable();
}
IndexTable(data);
} else if (val == 4) {
ProcessingPartyState.value = false; //
//

27
src/views/aftersales/aftersalesWorkOrderAdd.vue

@ -754,8 +754,10 @@ const onLoad = () => {
Paymentmethod.value = res.data.data;
});
Indexform.value.discoveryNode='1'
Indexform.value.discoveryNode='1'//
groundlineType.value =Indexform.value.discoveryNode
Indexform.value.workOrderType='1'//
SelectType.value=Indexform.value.workOrderType
};
onLoad(); //
@ -821,11 +823,11 @@ const abnormalChange = val => {
SelectType.value = null;
}
// 0
if (val == 1) {
Indexform.value.packageCode = 0;
} else {
Indexform.value.packageCode = null;
}
// if (val == 1) {
// Indexform.value.packageCode = 0;
// } else {
// Indexform.value.packageCode = null;
// }
};
//
@ -1882,4 +1884,17 @@ const isShowFormItem2 = computed(() => {
width: 100% !important;
}
}
.el_tool {
display: flex;
align-items: center;
font-size: 16px;
font-weight: bold;
span {
font-size: 14px;
border: 1px solid #ccc;
padding: 4px 20px;
color: #30316e;
font-weight: normal;
}
}
</style>

Loading…
Cancel
Save