fix:玻纤车间库存合批修正

This commit is contained in:
shijing 2025-03-14 13:42:06 +08:00
parent 65e5a9ac4b
commit a037a184ba
1 changed files with 2 additions and 2 deletions

View File

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