Merge branch '20240912_adapter' of http://116.204.71.86:3000/UDI/udiwms-vue-frame into 20240912_adapter

20240912_adapter
qiuyt 1 month ago
commit 2b98e2f305

@ -37,7 +37,7 @@
<!-- </el-button>--> <!-- </el-button>-->
<el-button <el-button
type="primary" type="primary"
:disabled="!formData.billNo || formData.preInBillNo" :disabled="!formData.billNo || addCodeFlag"
@click.native="selectPreorder()" @click.native="selectPreorder()"
>选预验收入库单 >选预验收入库单
</el-button> </el-button>
@ -533,6 +533,7 @@ export default {
}, },
curRow: null, curRow: null,
panelALive: false, panelALive: false,
addCodeFlag: false,
autoFinishOrderFlag: true,// autoFinishOrderFlag: true,//
// //
@ -1129,6 +1130,7 @@ export default {
this.formData.insert = false; this.formData.insert = false;
this.formData = res.data; this.formData = res.data;
this.curRow = this.formData; this.curRow = this.formData;
this.addCodeFlag = true
this.$refs.inputRef.focus(); this.$refs.inputRef.focus();
this.refreshCodesPanel(this); this.refreshCodesPanel(this);
} else { } else {
@ -1556,6 +1558,7 @@ export default {
fromCorp: null, fromCorp: null,
}; };
this.checkPreInArray = [] this.checkPreInArray = []
this.addCodeFlag = false
this.selectSysParam() this.selectSysParam()
this.curRow = null this.curRow = null
this.formData.confirmFinish = false; this.formData.confirmFinish = false;

Loading…
Cancel
Save