fix:改版交接微调
This commit is contained in:
parent
67b517d4f8
commit
c1fbda96f0
|
@ -361,6 +361,7 @@ export default {
|
|||
let that = this;
|
||||
that.form.type = that.type;
|
||||
if(that.type==50){
|
||||
that.form.mtype=30;
|
||||
that.change_batch = true;
|
||||
}
|
||||
let materialObj = that.$TOOL.data.get("MATERIAL_OBJECT");
|
||||
|
@ -669,7 +670,6 @@ export default {
|
|||
that.$refs.dialogForm.validate(async (valid) => {
|
||||
if (valid) {
|
||||
if(that.mtype==30){
|
||||
that.form.mtype = 30;
|
||||
that.form.recive_mgroup = that.form.send_mgroup;
|
||||
}
|
||||
//合批、分批、报废,这三个交接操作直接创建并提交
|
||||
|
|
Loading…
Reference in New Issue