@ -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:业务单据选入
}
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) {//客户信息