diff --git a/pages.json b/pages.json index ddb6bca..ee6ebda 100644 --- a/pages.json +++ b/pages.json @@ -322,70 +322,77 @@ } } ,{ - "path" : "pages/xzhy/kzj-out-store", + "path" : "pages/Xzhy/kzj-out-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/xzhy/kzj-in-store", + "path" : "pages/Xzhy/kzj-in-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/xzhy/xlx-in-store", + "path" : "pages/Xzhy/xlx-in-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/xzhy/kzj-inout-store", + "path" : "pages/Xzhy/kzj-inout-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/xzhy/lx-in-store", + "path" : "pages/Xzhy/lx-in-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/xzhy/mater-in-store", + "path" : "pages/Xzhy/mater-in-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/xzhy/dlx-out-store", + "path" : "pages/Xzhy/dlx-out-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/xzhy/tuiku-confirm", + "path" : "pages/Xzhy/tuiku-confirm", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/xzhy/dlx-move-store", + "path" : "pages/Xzhy/dlx-move-store", "style" : { "navigationStyle": "custom" } } ,{ - "path" : "pages/xzhy/dlx-pan-store", + "path" : "pages/Xzhy/dlx-pan-store", + "style" : + { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/Xzhy/mater-save", "style" : { "navigationStyle": "custom" diff --git a/pages/home/home.vue b/pages/home/home.vue index a25d3aa..5e413ad 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -43,8 +43,8 @@ userName: '', menuList: [ {title: '通用功能', path: 'RF06', sonTree: [{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'}]}, - {title: '小料箱功能', path: 'RF03', sonTree: [{title: '空载具出库', path: '/pages/xzhy/kzj-out-store'}, {title: '空载具入库', path: '/pages/xzhy/kzj-in-store'}, {title: '小料箱入库', path: '/pages/xzhy/xlx-in-store'}]}, - {title: '大料箱功能', path: 'RF04', sonTree: [{title: '空载具出入库', path: '/pages/xzhy/kzj-inout-store'}, {title: '料箱入库', path: '/pages/xzhy/lx-in-store'}, {title: '物料入库', path: '/pages/xzhy/mater-in-store'}, {title: '大料箱出库', path: '/pages/xzhy/dlx-out-store'}, {title: '退库确认', path: '/pages/xzhy/tuiku-confirm'}, {title: '大料箱移库', path: '/pages/xzhy/dlx-move-store'}, {title: '大料箱盘库', path: '/pages/xzhy/dlx-pan-store'}]}, + {title: '小料箱功能', path: 'RF03', sonTree: [{title: '空载具出库', path: '/pages/Xzhy/kzj-out-store'}, {title: '空载具入库', path: '/pages/Xzhy/kzj-in-store'}, {title: '小料箱入库', path: '/pages/Xzhy/xlx-in-store'}]}, + {title: '大料箱功能', path: 'RF04', sonTree: [{title: '空载具出入库', path: '/pages/Xzhy/kzj-inout-store'}, {title: '料箱入库', path: '/pages/Xzhy/lx-in-store'}, {title: '物料入库', path: '/pages/Xzhy/mater-in-store'}, {title: '大料箱出库', path: '/pages/Xzhy/dlx-out-store'}, {title: '退库确认', path: '/pages/Xzhy/tuiku-confirm'}, {title: '大料箱移库', path: '/pages/Xzhy/dlx-move-store'}, {title: '大料箱盘库', path: '/pages/Xzhy/dlx-pan-store'}]}, // {title: '入库管理', path: 'RF01', sonTree: [{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'}, {title: '合格证入库', path: '/pages/entry/qualified-to-store'}, {title: '单据入库', path: '/pages/entry/bill-to-store'}, {title: '盘点入库', path: '/pages/entry/check-to-store'}, {title: '空托盘入库', path: '/pages/entry/empty-tray-to-store'}]}, // {title: '出库管理', path: 'RF02', sonTree: [{title: '空托盘出库', path: '/pages/outbound/tray-out-store'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}, {title: '单据出库', path: '/pages/outbound/bill-list'}, {title: '盘点出库', path: '/pages/outbound/stock-out-store'}]}, // {title: '拣选管理', path: 'RF04', sonTree: [{title: '拣选作业', path: '/pages/pick/pick-task'}]}, diff --git a/pages/xzhy/dlx-move-store.vue b/pages/xzhy/dlx-move-store.vue index ffff41e..2d8db10 100644 --- a/pages/xzhy/dlx-move-store.vue +++ b/pages/xzhy/dlx-move-store.vue @@ -1,20 +1,12 @@ @@ -74,10 +123,10 @@ data() { return { title: '', - options: [], - index: '', val1: '', + val2: '', dataList: [], + dataList2: [], pkId: '', reload: false, status: 'more', @@ -94,19 +143,8 @@ }, onLoad (options) { this.title = options.title - this._getStatusEnum() }, methods: { - async _getStatusEnum () { - let res = await getStatusEnum() - this.options = [...res] - this.options.map(el => { - this.$set(el, 'text', el.label) - }) - }, - selectChange (e) { - this.index = e - }, searchList () { this.dataList = [] this.pageNum = 1 diff --git a/pages/xzhy/dlx-out-store.vue b/pages/xzhy/dlx-out-store.vue index ffff41e..b447f29 100644 --- a/pages/xzhy/dlx-out-store.vue +++ b/pages/xzhy/dlx-out-store.vue @@ -1,12 +1,12 @@ @@ -77,6 +89,7 @@ options: [], index: '', val1: '', + val2: '', dataList: [], pkId: '', reload: false, diff --git a/pages/xzhy/dlx-pan-store.vue b/pages/xzhy/dlx-pan-store.vue index ffff41e..e9c6871 100644 --- a/pages/xzhy/dlx-pan-store.vue +++ b/pages/xzhy/dlx-pan-store.vue @@ -1,20 +1,12 @@ @@ -74,9 +76,8 @@ data() { return { title: '', - options: [], - index: '', val1: '', + val2: '', dataList: [], pkId: '', reload: false, @@ -94,19 +95,8 @@ }, onLoad (options) { this.title = options.title - this._getStatusEnum() }, methods: { - async _getStatusEnum () { - let res = await getStatusEnum() - this.options = [...res] - this.options.map(el => { - this.$set(el, 'text', el.label) - }) - }, - selectChange (e) { - this.index = e - }, searchList () { this.dataList = [] this.pageNum = 1 diff --git a/pages/xzhy/kzj-inout-store.vue b/pages/xzhy/kzj-inout-store.vue index ffff41e..da33436 100644 --- a/pages/xzhy/kzj-inout-store.vue +++ b/pages/xzhy/kzj-inout-store.vue @@ -1,63 +1,43 @@ @@ -65,7 +45,7 @@ \ No newline at end of file + + + diff --git a/pages/xzhy/lx-in-store.vue b/pages/xzhy/lx-in-store.vue index ffff41e..0e3ca44 100644 --- a/pages/xzhy/lx-in-store.vue +++ b/pages/xzhy/lx-in-store.vue @@ -1,12 +1,12 @@ @@ -77,6 +99,7 @@ options: [], index: '', val1: '', + val2: '', dataList: [], pkId: '', reload: false, diff --git a/pages/xzhy/mater-in-store.vue b/pages/xzhy/mater-in-store.vue index ffff41e..b6c4a21 100644 --- a/pages/xzhy/mater-in-store.vue +++ b/pages/xzhy/mater-in-store.vue @@ -1,12 +1,12 @@ @@ -77,6 +99,7 @@ options: [], index: '', val1: '', + val2: '', dataList: [], pkId: '', reload: false, diff --git a/pages/xzhy/mater-save.vue b/pages/xzhy/mater-save.vue new file mode 100644 index 0000000..46b2df5 --- /dev/null +++ b/pages/xzhy/mater-save.vue @@ -0,0 +1,161 @@ + + + \ No newline at end of file diff --git a/pages/xzhy/tuiku-confirm.vue b/pages/xzhy/tuiku-confirm.vue index ffff41e..9000dcd 100644 --- a/pages/xzhy/tuiku-confirm.vue +++ b/pages/xzhy/tuiku-confirm.vue @@ -1,44 +1,69 @@ @@ -65,7 +94,7 @@