Browse Source

发料任务取消和承接

wms3.0_pda
lijuncheng 12 months ago
parent
commit
6793ecec8f
  1. 22
      pages/issue/job/issueDetail.vue

22
pages/issue/job/issueDetail.vue

@ -33,6 +33,7 @@
takeIssueJob, takeIssueJob,
cancleTakeIssueJob, cancleTakeIssueJob,
getIssueJobDetail, getIssueJobDetail,
issueJobSubmit
} from '@/api/request2.js'; } from '@/api/request2.js';
import { import {
@ -79,18 +80,17 @@
onLoad(option) { onLoad(option) {
this.id = option.id; this.id = option.id;
// if (this.id != undefined) { if (this.id != undefined) {
// // //
// if (option.status == "JOB_PENDING") { if (option.status == "1") {
// this.receive((callback => { this.receive((callback => {
// this.received = true; this.received = true;
// this.getDetail(); this.getDetail();
// })); }));
// } else { } else {
// this.getDetail();
// }
// }
this.getDetail(); this.getDetail();
}
}
}, },
onNavigationBarButtonTap(e) { onNavigationBarButtonTap(e) {

Loading…
Cancel
Save