diff --git a/src/views/inm/good_mio.vue b/src/views/inm/good_mio.vue index 3c4d018a..98784cb2 100644 --- a/src/views/inm/good_mio.vue +++ b/src/views/inm/good_mio.vue @@ -90,7 +90,8 @@ export default { save: false, }, query: { - type__in: 'sale_out,do_in' + type__in: 'sale_out,do_in', + item_mio__material__type: 10 }, form: { @@ -118,7 +119,7 @@ export default { table_detail(row) { this.$router.push({ name: "mioitem", - query: { mio: row.id ,type:row.type,cate:'good'} + query: { mio: row.id, type: row.type, cate: 'good' } }); }, //删除 diff --git a/src/views/inm/halfgood_mio.vue b/src/views/inm/halfgood_mio.vue index 8c5d01e9..4f71b780 100644 --- a/src/views/inm/halfgood_mio.vue +++ b/src/views/inm/halfgood_mio.vue @@ -90,7 +90,8 @@ export default { save: false, }, query: { - type: 'do_in' + type__in: 'do_in,do_out', + item_mio__material__type: 20 }, form: { @@ -118,7 +119,7 @@ export default { table_detail(row) { this.$router.push({ name: "mioitem", - query: { mio: row.id ,type:row.type,cate:'halfgood'} + query: { mio: row.id, type: row.type, cate: 'halfgood' } }); }, diff --git a/src/views/inm/helpso_mio.vue b/src/views/inm/helpso_mio.vue index 1a29c74f..43a2d443 100644 --- a/src/views/inm/helpso_mio.vue +++ b/src/views/inm/helpso_mio.vue @@ -1,144 +1,152 @@ - - - - 采购入库 - - - - - - - - - - - - - - - - {{ typeDict[scope.row.type] }} - - - - - {{ stateDict[scope.row.state] }} - - - - - - - - - - - - - 查看 - - - 提交 - - - 删除 - - - - - - - - - \ No newline at end of file + handleQuery() { + this.$refs.table.queryData(this.query) + }, + resetQuery() { + this.query = {}; + }, + handleSaveSuccess() { + this.$refs.table.refresh() + } + }, +}; + \ No newline at end of file diff --git a/src/views/inm/mainso_mio.vue b/src/views/inm/mainso_mio.vue index 7a3eb424..263c184e 100644 --- a/src/views/inm/mainso_mio.vue +++ b/src/views/inm/mainso_mio.vue @@ -1,156 +1,157 @@ - - - - 生产领料 - 采购入库 - - - - - - - - - - - - - - - - - - - {{ typeDict[scope.row.type] }} - - - - - {{ stateDict[scope.row.state] }} - - - - - - - - - - - - - 查看 - - - 提交 - - - 删除 - - - - - - - - - \ No newline at end of file + handleQuery() { + this.$refs.table.queryData(this.query) + }, + resetQuery() { + this.query = {}; + }, + handleSaveSuccess() { + this.$refs.table.refresh() + } + }, +}; + \ No newline at end of file diff --git a/src/views/inm/warehouse.vue b/src/views/inm/warehouse.vue index 36580b6c..4daa4a14 100644 --- a/src/views/inm/warehouse.vue +++ b/src/views/inm/warehouse.vue @@ -22,9 +22,9 @@ - + 编辑 diff --git a/src/views/wpm/mlog_dept10.vue b/src/views/wpm/mlog_dept10.vue index 94ede52d..b1915dbc 100644 --- a/src/views/wpm/mlog_dept10.vue +++ b/src/views/wpm/mlog_dept10.vue @@ -100,7 +100,7 @@ - + {{ item.material_out_name }}|