fix:禅道308

This commit is contained in:
shijing 2026-01-14 15:01:03 +08:00
parent 5e8469dd1c
commit 2072004c00
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,7 @@
:rules="rules"
label-width="80px"
>
<el-row>
<el-row>
<el-form-item label="交接物料">
<el-button type="primary" @click="addMaterial" v-if="mode!=='show'">手动添加</el-button>
<el-input ref="codeInput"
@ -457,6 +457,9 @@ export default {
that.bwVisible = true;
}else{
that.$message.warning("正在加载,请稍后...");
that.$API.wpm.handover.item.req(that.form.id).then(res=>{
that.form.handoverb[index].handoverbw = res.handoverb[index].handoverbw
})
that.bwVisible = true;
}
},