修改字段

master
LAPTOP-R6EHHS26\86155 2 years ago
parent 41212e4915
commit 96c2bebda6

@ -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') {

@ -65,7 +65,7 @@ export default class RawHome extends BasePage {
model = model;
src: 'http://pic2.sc.chinaz.com/Files/pic/pic9/202002/hpic2119_s.jpg';
today = dayjs().format('YYYY-MM-DD dddd');
version = '0.0.22';
version = '0.0.23';
checkversion: any = {};
sessiondata: any = '';
onLoad() {

Loading…
Cancel
Save