fix:禅道308
This commit is contained in:
parent
5e8469dd1c
commit
2072004c00
|
|
@ -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;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue