qb 3 months ago
parent
commit
ec1dfbc77b
  1. 10
      src/views/aftersales/aftersalesWorkOrderAdd.vue

10
src/views/aftersales/aftersalesWorkOrderAdd.vue

@ -959,7 +959,7 @@ const onLoad = async () => {
await updateDictionary(Processingresultsoptions.value, 'result_handling'); //
await Handling(); //
await PageState(); //
// form.value.Pageloading = false; //
form.value.Pageloading = false; //
};
onLoad();
const ProcessingState = computed(() => {
@ -1610,6 +1610,7 @@ const onSubmit = () => {
}
});
}
console.log(form.value,'表单内容');
//
if (form.value.basis.result?.length) {
@ -1632,15 +1633,13 @@ const onSubmit = () => {
submitData.aftersalesProcessingResultsDTO['processingMoneyEntityList'].push({
compensationMethodName: item.Paymentmethod.find(
res => res.value == item.compensationMethod
).label, //
)?.label ||'', //
compensationMethod: item.compensationMethod, //value
compensationTime: item.compensationTime, //
money: item.money, //
paymentUnit: item.paymentUnit, //
resultName: item.title, //
resultType: ProcessingresultsoptiTons.value.find(res => res.label == item.title)
.value, // value
resultType: resultTypeValue ? resultypeValue.value : null, // value
resultType: resultTypeValue ? resultTypeValue : null, // value
typesOf: 1, //
});
});
@ -1661,7 +1660,6 @@ const onSubmit = () => {
delete form.value.basis.resultDescription; //
}
}
form.value.Pageloading = true; //
//()
if (form.value.Processed) {

Loading…
Cancel
Save