fix:优化

20240912_adapter
chenhc 1 month ago
parent cdcef394e8
commit 3181bf1c81

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

Loading…
Cancel
Save