diff --git a/src/views/wpm/mlog6_form.vue b/src/views/wpm/mlog6_form.vue index 0dfee290..394a86bb 100644 --- a/src/views/wpm/mlog6_form.vue +++ b/src/views/wpm/mlog6_form.vue @@ -593,7 +593,6 @@ export default { count_cando:0, mlogb: [], userList: [], - batchOptions: [], equipmentOptions: [], wmaterialOptions: [], shiftOptions: [], @@ -614,10 +613,8 @@ export default { }; }, mounted() { - // this.getBatchs(); this.getUserList(); this.getEquipment(); - // this.getWMaterial(); this.getShiftOptions(); this.form.material_out = this.material_out; this.form.handle_date = this.handle_date; @@ -694,15 +691,6 @@ export default { this.form.count_n_zw = 0; that.count_cando = that.form.count_use = that.form.count_real = that.form.count_ok = that.selectBatch.count_cando; }, - //获取车间物料批次号 - getBatchs() { - let that = this; - this.$API.wpm.wmaterial.batchs - .req({ belong_dept_name: "6车间" }) - .then((res) => { - that.batchOptions = res; - }); - }, getUserList() { let that = this; this.$API.system.user.list