fix:光芯六车间日志表单去掉多余代码(禅道230中的一部分)

This commit is contained in:
shijing 2026-01-15 10:06:30 +08:00
parent 0977713d66
commit e3890bd687
1 changed files with 0 additions and 12 deletions

View File

@ -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