Browse Source

修复工单新增

dev-xx
马远东 4 months ago
parent
commit
23ab4473d6
  1. 6
      src/views/aftersales/aftersalesWorkOrderAdd.vue

6
src/views/aftersales/aftersalesWorkOrderAdd.vue

@ -1610,7 +1610,8 @@ const onSubmit = () => {
}
});
}
console.log(form.value,'表单内容');
//
if (form.value.basis.result?.length) {
submitData.aftersalesProcessingResultsDTO = {
@ -1624,7 +1625,7 @@ const onSubmit = () => {
let resultTypeValue = Processingresultsoptions.value.find(
res => res.label == item.title
).value;
if (item.compensationMethod) {
if (item.compensationMethod) {
PlayName.push(
item.Paymentmethod.find(res => res.value == item.compensationMethod).label
);
@ -1659,7 +1660,6 @@ const onSubmit = () => {
delete form.value.basis.resultDescription; //
}
}
form.value.Pageloading = true; //
//()
if (form.value.Processed) {

Loading…
Cancel
Save