diff --git a/password.txt b/password.txt index b79b823d..e19b4386 100644 --- a/password.txt +++ b/password.txt @@ -1,2 +1,4 @@ 别名:testalias -密码: wms3.0 \ No newline at end of file +密码: wms3.0 +包名:uni.UNI43932FE +id:__UNI__C9CF4BF \ No newline at end of file diff --git a/src/mycomponents/button/comCheckAll.vue b/src/mycomponents/button/comCheckAll.vue new file mode 100644 index 00000000..253a349a --- /dev/null +++ b/src/mycomponents/button/comCheckAll.vue @@ -0,0 +1,49 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/job/jobFilter.vue b/src/mycomponents/job/jobFilter.vue index feb2e9bf..33ce9716 100644 --- a/src/mycomponents/job/jobFilter.vue +++ b/src/mycomponents/job/jobFilter.vue @@ -46,6 +46,14 @@ + + + 目标库位 + + + @@ -127,6 +135,10 @@ type: Boolean, default: false }, + isShowToLocationCode: { + type: Boolean, + default: false + }, isShowProductionLineCode: { type: Boolean, default: false @@ -165,6 +177,7 @@ checkedWaitModel: false, productionLineCode: '', // 生产线 fromLocationCode: '', // 来源库位 + toLocationCode:"",//目标库位 fromAreaCode: '', // 来源库区 toAreaCode: '', // 到库区 itemCode: '', //物料代码 @@ -197,6 +210,7 @@ let params = { productionLineCode: this.productionLineCode, fromLocationCode: this.fromLocationCode, + toLocationCode:this.toLocationCode, fromAreaCode: this.fromAreaCode, // 来源库区 toAreaCode: this.toAreaCode, // 到库区 itemCode: this.itemCode, @@ -210,6 +224,7 @@ this.checkedWaitModel = false this.productionLineCode = '' this.fromLocationCode = '' + this.toLocationCode="" this.fromAreaCode = '' // 来源库区 this.toAreaCode = '' // 到库区 this.itemCode = '' diff --git a/src/pages/putaway/job/quantityPutawayJob.vue b/src/pages/putaway/job/quantityPutawayJob.vue index 279ccb2b..2fa4016c 100644 --- a/src/pages/putaway/job/quantityPutawayJob.vue +++ b/src/pages/putaway/job/quantityPutawayJob.vue @@ -1,22 +1,34 @@