diff --git a/src/views/inout/stat/IoStatDaySearch.vue b/src/views/inout/stat/IoStatDaySearch.vue index 871f5fa4..9119522c 100644 --- a/src/views/inout/stat/IoStatDaySearch.vue +++ b/src/views/inout/stat/IoStatDaySearch.vue @@ -112,29 +112,29 @@ row-key="id" > - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/src/views/inout/stat/IoStatMonthSearch.vue b/src/views/inout/stat/IoStatMonthSearch.vue index 3c4d0126..5e993611 100644 --- a/src/views/inout/stat/IoStatMonthSearch.vue +++ b/src/views/inout/stat/IoStatMonthSearch.vue @@ -108,21 +108,31 @@ row-key="id" > - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + +
- - + + - + + + + + + + + - - - - - + + + + + + + + + + + + :value="item.code"> {{ item.name }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
显示/隐藏搜索栏 重置 - 查询
- - + + - - - - - - - - - - - - + + + + + + + + + + + - + + + + + + + + + + + + + + + + v-show="codeTotal>0" + :total="codeTotal" + :page.sync="codeQuery.page" + :limit.sync="codeQuery.limit" + @pagination="getCodeDetailList" + />
- - - - - 预验收库存详情 - - - - - - - - - - - - - 重置 - - 查询 - - - - - - - - - - - - - - - - - - - - - - - -
@@ -199,6 +264,7 @@ import { import {getLocalJoinByUser} from "@/api/basic/busType"; import {isBlank} from "@/utils/strUtil"; import {getBasicUnitMaintains} from "@/api/basic/basicUnitMaintain"; +import store from "@/store"; const formJson = { @@ -213,14 +279,6 @@ export default { data() { return { showSearch: true, - filterQuery: { - id: "", - billNo: null, - page: 1, - limit: 10, - startTime: null, - endTime: null, - }, invList: [], list: [], total: 0, @@ -233,7 +291,7 @@ export default { "3": "pda即时校验", "4": "pda未校验", "5": "pc端扫码精灵", - "6": "缺量补录单据", + "6": "流转自动补单", "7": "UDI供应商平台", "8": "平衡补录单据", "10": "手动补单", @@ -285,7 +343,16 @@ export default { ], }, codeQuery: { + code: null, orderId: null, + status: null, + invCode: null, + nameCode: null, + cpmctymc: null, + ggxh: null, + batchNo: null, + ylqxzcrbarmc: null, + zczbhhzbapzbh: null, page: 1, limit: 10 }, @@ -293,6 +360,13 @@ export default { codeDetailLoading: false, codeDetailList: [], fromOptions: [], + auditDateRange: [], + showSup: false, + statusMap: { + 1: "在库", + 2: "已使用", + 3: "已退回", + } }; }, components: {}, @@ -301,26 +375,19 @@ export default { this.$router.push({ path: "", }); - this.filterQuery = { - id: "", - billNo: null, - page: 1, - limit: 10, - startTime: null, - endTime: null, - }; this.getList(); }, onSubmit() { this.loading = true; - if (this.actDateRange !== null) { - this.filterQuery.startTime = this.actDateRange[0]; - this.filterQuery.endTime = this.actDateRange[1]; + + if (this.auditDateRange !== null) { + this.codeQuery.startAduditTime = this.auditDateRange[0]; + this.codeQuery.endAduditTime = this.auditDateRange[1]; } else { - this.filterQuery.startTime = null; - this.filterQuery.endTime = null; + this.codeQuery.startAduditTime = null; + this.codeQuery.endAduditTime = null; } - this.filterQuery.page = 1; + this.codeQuery.page = 1; this.getList(); }, hideSearch() { @@ -357,6 +424,7 @@ export default { this.loading = true; this.currentRow = {billNo: ""}; this.clearDetailList(); + this.filterQuery.fromCorp = store.getters.customerId filterPrein(this.filterQuery) .then((response) => { this.loading = false; @@ -417,18 +485,20 @@ export default { }; this.getCodeDetailList(); }, + + keyup_submit(event) { + this.filterQuery.page = 1; + this.getList(); + event.target.select(); + }, + onCodeSubmit() { this.codeQuery.page = 1; this.getCodeDetailList(); }, getCodeDetailList() { - if (isBlank(this.currentRow.billNo)) { - this.$message.error("请先选择需要查询的单据!") - return; - } - - this.codeQuery.orderId = this.currentRow.billNo; this.codeDetailLoading = true; + this.codeQuery.productName= this.codeQuery.cpmctymc; filterDetail(this.codeQuery).then((res) => { this.codeDetailLoading = false; if (res.code === 20000) { @@ -483,6 +553,11 @@ export default { }; }, created() { + + let supId = this.$store.getters.customerId; + if (supId == "110") { + this.showSup = true; + } this.getList(); }, }; diff --git a/src/views/inventory/InvPreProducts.vue b/src/views/inventory/InvPreProducts.vue index f729d9aa..d7cf4971 100644 --- a/src/views/inventory/InvPreProducts.vue +++ b/src/views/inventory/InvPreProducts.vue @@ -3,78 +3,62 @@ - - - + + + - - - + + + + - - - + + - - - - - {{ item.name }} - - - - - - - - + - - - + + - - - + + + + - + + + + + + - - - + + + + - - - - - + + + + + + + +