fix:玻纤车间库存合批修正
This commit is contained in:
parent
65e5a9ac4b
commit
a037a184ba
|
|
@ -618,9 +618,9 @@ export default {
|
|||
that.$refs.dialogForm.validate(async (valid) => {
|
||||
if (valid) {
|
||||
if(that.mtype==30){
|
||||
that.form.recive_mgroup = that.mgroupId;
|
||||
that.form.mtype = 30;
|
||||
that.form.recive_mgroup = that.form.send_mgroup;
|
||||
}
|
||||
console.log('that.form.recive_mgroup',that.form.recive_mgroup);
|
||||
if (that.mode == "add") {
|
||||
that.$API.wpm.handover.create.req(that.form).then((res) => {
|
||||
if(that.type==40||that.mtype==30){
|
||||
|
|
|
|||
Loading…
Reference in New Issue