diff --git a/src/views/inout/DialogNewReviewOrder.vue b/src/views/inout/DialogNewReviewOrder.vue index 9fcb896b..249a0bc9 100644 --- a/src/views/inout/DialogNewReviewOrder.vue +++ b/src/views/inout/DialogNewReviewOrder.vue @@ -257,7 +257,6 @@ export default { }, searchOrder() { - debugger let query = { billNo: this.formData.billNo }; diff --git a/src/views/inventory/inner/innerOrderEditDialog.vue b/src/views/inventory/inner/innerOrderEditDialog.vue index 04615495..8c02f18f 100644 --- a/src/views/inventory/inner/innerOrderEditDialog.vue +++ b/src/views/inventory/inner/innerOrderEditDialog.vue @@ -285,7 +285,6 @@ export default { this.selectedIndex = ""; }, stockOrderList(){ - debugger if(this.query.id==null) { inserThrOrderWeb({innerOrderEntity: this.formData,editStatus:1}) .then(response => { @@ -308,7 +307,6 @@ export default { this.haveDistributionVisible = true; }, selectProductFunction() { - debugger if(this.query.id==null) { inserThrOrderWeb({innerOrderEntity: this.formData,editStatus:1}) .then(response => { diff --git a/src/views/purchase/purApply/purApply.vue b/src/views/purchase/purApply/purApply.vue index a1f532ed..9506a61c 100644 --- a/src/views/purchase/purApply/purApply.vue +++ b/src/views/purchase/purApply/purApply.vue @@ -11,7 +11,7 @@ - + { + var query={ + parentId:this.filterQuery.targetDeptCode + } + filterSubAll(query).then((res) => { this.invList = res.data || []; this.getBusType(); }) @@ -405,6 +413,12 @@ export default { getDeptList() { getDeptListByUser().then((res) => { this.deptList = res.data || []; + if(this.deptList.length>0){ + this.filterQuery.targetDeptCode=this.deptList[0].code + this.invCodebe=this.filterQuery.targetDeptCode + } + this.getList(); + this. getInvList(); }); }, @@ -433,8 +447,6 @@ export default { let start = new Date(); start.setTime(start.getTime() - 3600 * 1000 * 24 * 7); this.actDateRange = [start, end]; - this.getList(); - this.getInvList(); this.getDeptList(); } , diff --git a/src/views/purchase/purApply/purApplyEditDiaolog.vue b/src/views/purchase/purApply/purApplyEditDiaolog.vue index 4785afe2..19bdd36d 100644 --- a/src/views/purchase/purApply/purApplyEditDiaolog.vue +++ b/src/views/purchase/purApply/purApplyEditDiaolog.vue @@ -103,7 +103,7 @@ - < + @@ -457,7 +457,6 @@ export default { }); }, getStockOrderDetailList() { - debugger this.loading = true; listApplyDetail(this.query) //查找该单号下的所有条码 .then((response) => { diff --git a/src/views/purchase/purPlan/purPlan.vue b/src/views/purchase/purPlan/purPlan.vue index 5e70260b..62bce91d 100644 --- a/src/views/purchase/purPlan/purPlan.vue +++ b/src/views/purchase/purPlan/purPlan.vue @@ -3,14 +3,15 @@ - - + + - + + - + - - - - + - + - + + + + + + + + + + + + + - - + @@ -82,16 +91,15 @@ {{ emergencyMap[scope.row.emergency] }} - - - + + - + - - - + + + @@ -112,15 +121,15 @@ - + + - - - - - - + + + + + diff --git a/src/views/purchase/purPlan/purPlanDetailDialog.vue b/src/views/purchase/purPlan/purPlanDetailDialog.vue index 12ebb2ef..fb3f59fe 100644 --- a/src/views/purchase/purPlan/purPlanDetailDialog.vue +++ b/src/views/purchase/purPlan/purPlanDetailDialog.vue @@ -12,16 +12,17 @@ - + - + - - - + + + - + - - - - - - - - + + + + + + + + + @@ -198,7 +193,7 @@ export default { formData: { id: null, billNo: null, - billDate: "", + createTime: "", remark: "", deptCode: null, locStorageCode: null, @@ -466,7 +461,7 @@ export default { this.formData = { id: null, billNo: null, - billDate: "", + createTime: "", remark: "", deptCode: null, locStorageCode: null, diff --git a/src/views/purchase/purPlan/purPlanEditDialog.vue b/src/views/purchase/purPlan/purPlanEditDialog.vue index 3486ed63..8a2487ea 100644 --- a/src/views/purchase/purPlan/purPlanEditDialog.vue +++ b/src/views/purchase/purPlan/purPlanEditDialog.vue @@ -11,14 +11,40 @@ - + - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - @@ -92,20 +93,19 @@ - 产品录入 - - 选入申购单 + 产品录入 + - - - - - - + + + + + + - - - - + + + - - - + - + +