修改注释代码

master
LAPTOP-R6EHHS26\86155 2 years ago
parent c95c2c0b64
commit b1a456a5f0

@ -521,20 +521,20 @@ export default class PurchaseWHSRM extends BasePage {
incomeBatchNo: incomeBatchNo, incomeBatchNo: incomeBatchNo,
}; };
console.log(query); console.log(query);
// await this.model.commitCheckTaskList(query); await this.model.commitCheckTaskList(query);
// if (this.model.SubmitCode.code == '200') { if (this.model.SubmitCode.code == '200') {
// (this.$refs.uToast as any).show({ (this.$refs.uToast as any).show({
// title: '', title: '成功',
// type: 'default', type: 'default',
// }); });
// this.show = false; this.show = false;
// this.getlist(); this.getlist();
// } else { } else {
// (this.$refs.uToast as any).show({ (this.$refs.uToast as any).show({
// title: '', title: '失败',
// type: 'default', type: 'default',
// }); });
// } }
//await this.model.OnSubmit(this.form3.barCodewl); //await this.model.OnSubmit(this.form3.barCodewl);
} }
confirmselect(e) { confirmselect(e) {

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

Loading…
Cancel
Save