建阳问题-新增业务单bug

20240912_adapter
qiuyt 5 days ago
parent 6dc9010756
commit 614b14cbc0

@ -1494,6 +1494,8 @@ export default {
this.$nextTick(() => {
//
console.log('orderFormData',this.orderFormData)
this.isCodeAlive = true;
this.isBizDetailAlive = true;
this.isCodeDetailAlive = true;

@ -228,6 +228,10 @@ export default {
type: { //1.2
type: Object,
required: true,
},
orderQuery: { //1.2
type: Object,
required: true,
}
},
data() {
@ -266,9 +270,7 @@ export default {
productRemarkSet: {},
currentRow: null,
radioCheck: null,
orderQuery: {
productType: 1
},
tableHeader: [],
queryList: [],

@ -351,6 +351,8 @@ export default {
if (this.curBustype.corpType == 3) {//
this.invQueryData.invCode = this.idQuery.invCode;
this.selectInvProductVisible = true;
console.log('idQuery',this.idQuery)
} else if (this.curBustype.corpType == 2) { //
this.selectProductVisible = true;
} else if (this.curBustype.corpType === 1) {//

Loading…
Cancel
Save