|
|
|
@ -610,7 +610,7 @@ export default class ChangePalletNew extends BasePage {
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (this.formdata.workCost == '' || this.formdata.workCost == undefined) {
|
|
|
|
|
if (this.formdata.orderCost == '' || this.formdata.orderCost == undefined) {
|
|
|
|
|
(this.$refs.uToast as any).show({
|
|
|
|
|
title: '保养费用不能为空',
|
|
|
|
|
type: 'default',
|
|
|
|
@ -622,6 +622,7 @@ export default class ChangePalletNew extends BasePage {
|
|
|
|
|
query.picturePath = this.imgformList.join(',');
|
|
|
|
|
query.workStatus = this.formdata.workStatus;
|
|
|
|
|
query.workReason = this.formdata.workReason;
|
|
|
|
|
query.orderCost = this.formdata.orderCost;
|
|
|
|
|
console.log(query, this.isvalue);
|
|
|
|
|
await this.model.updateInspectionRecord(query);
|
|
|
|
|
if (this.model.SubmitCode.code == '200') {
|
|
|
|
|