diff --git a/src/views/basic/product/productEdit.vue b/src/views/basic/product/productEdit.vue index 935ff62a..5f453366 100644 --- a/src/views/basic/product/productEdit.vue +++ b/src/views/basic/product/productEdit.vue @@ -356,6 +356,16 @@ + + + + + @@ -822,6 +832,7 @@ export default { Treeselect }, created() { + console.log("dayinshshhs",this.editQuery) this.useMutiChange(true) this.getThirdSysDetail(); if (this.editQuery.isDateBy == 1) { diff --git a/src/views/inout/DialogSelectInvProduct.vue b/src/views/inout/DialogSelectInvProduct.vue index 1c15ad99..8c0be52c 100644 --- a/src/views/inout/DialogSelectInvProduct.vue +++ b/src/views/inout/DialogSelectInvProduct.vue @@ -78,6 +78,7 @@ + diff --git a/src/views/inventory/count/InvCountOrderModify.vue b/src/views/inventory/count/InvCountOrderModify.vue index c7dcb6b9..5088a0cf 100644 --- a/src/views/inventory/count/InvCountOrderModify.vue +++ b/src/views/inventory/count/InvCountOrderModify.vue @@ -668,7 +668,6 @@ export default { invNum: product.reCount, supId: product.supId }; - this.countProductList.push(detailData); }); // this.saveOrderDetail(); diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue index 2e7f23e9..11eb93c5 100644 --- a/src/views/inventory/supInoutSearchOrder.vue +++ b/src/views/inventory/supInoutSearchOrder.vue @@ -458,6 +458,7 @@ export default { inoutPrintStatus: null, confirmStarTime:null, //发票确认起始日期 confirmEndTime:null, + corpName:null, }, printMap: { @@ -653,6 +654,7 @@ export default { endAduditTime: this.filterQuery.endAduditTime, confirmStarTime : this.filterQuery.confirmStarTime , confirmEndTime : this.filterQuery.confirmEndTime , + corpName : this.filterQuery.corpName , employeeName: this.$store.getters.user.employeeName, locInvName:this.$store.getters.locInvName, templateId: res.data, diff --git a/src/views/purchase/purApply/purOrderSelectProduct.vue b/src/views/purchase/purApply/purOrderSelectProduct.vue index 07d1a263..0440c9bd 100644 --- a/src/views/purchase/purApply/purOrderSelectProduct.vue +++ b/src/views/purchase/purApply/purOrderSelectProduct.vue @@ -105,6 +105,7 @@ +