fix:光芯六车间日志表单去掉多余代码(禅道230中的一部分)
This commit is contained in:
parent
0977713d66
commit
e3890bd687
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue