diff --git a/src/mycomponents/job/jobFilter.vue b/src/mycomponents/job/jobFilter.vue index 0b47d7e6..feb2e9bf 100644 --- a/src/mycomponents/job/jobFilter.vue +++ b/src/mycomponents/job/jobFilter.vue @@ -11,7 +11,7 @@ - + 只看待处理 @@ -152,7 +152,11 @@ isShowToAreaCode: { type: Boolean, default: false - } + }, + isShowStatus: { + type: Boolean, + default: true + }, }, data() { return { diff --git a/src/pages.json b/src/pages.json index 419f3380..0e300d43 100644 --- a/src/pages.json +++ b/src/pages.json @@ -462,7 +462,7 @@ { "path": "pages/putaway/job/quantityPutawayJob", "style": { - "navigationBarTitleText": "采购上架(批量)", + "navigationBarTitleText": "批量采购上架", "enablePullDownRefresh": false, "titleNView": { // "autoBackButton": "true", diff --git a/src/pages/putaway/job/quantityPutawayJob.vue b/src/pages/putaway/job/quantityPutawayJob.vue index fbbae604..ae4a2297 100644 --- a/src/pages/putaway/job/quantityPutawayJob.vue +++ b/src/pages/putaway/job/quantityPutawayJob.vue @@ -1,13 +1,16 @@