From e3890bd687d453c4228352c732a30830fd8eed4a Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 15 Jan 2026 10:06:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E5=85=AD=E8=BD=A6?= =?UTF-8?q?=E9=97=B4=E6=97=A5=E5=BF=97=E8=A1=A8=E5=8D=95=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E4=BB=A3=E7=A0=81=EF=BC=88=E7=A6=85=E9=81=93?= =?UTF-8?q?230=E4=B8=AD=E7=9A=84=E4=B8=80=E9=83=A8=E5=88=86=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/mlog6_form.vue | 12 ------------ 1 file changed, 12 deletions(-) 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