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 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
显示/隐藏搜索栏
重置
- 查询
-
-
+
+
-
-
-
-
- {{ fromTypeMap[scope.row.orderFromType] }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
- {{ scope.row.createTime }}
+ {{ scope.row.originReCount - scope.row.reCount }}
-
+
+
+
+
+
+
- 删除
-
+
+ {{ statusMap[scope.row.status] }}
+
+
+
+
+
+
+
+
+
+
+ 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 }}
-
-
-
-
-
-
-
-
+
-
-
-
+
+
-
-
-
+
+
+
+
-
+
+
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
{
this.loading = false;
if (res.code === 20000) {
@@ -361,6 +356,10 @@ export default {
};
},
created() {
+ let supId = this.$store.getters.customerId;
+ if (supId == "110") {
+ this.showSup = true;
+ }
this.findMethod();
this.getInvList();
this.getList();
diff --git a/src/views/inventory/InvPreProductsDetail.vue b/src/views/inventory/InvPreProductsDetail.vue
index dadf06ad..6de25393 100644
--- a/src/views/inventory/InvPreProductsDetail.vue
+++ b/src/views/inventory/InvPreProductsDetail.vue
@@ -3,13 +3,13 @@
- 产品名称
+ 物资名称
{{ inputQuery.cpmctymc }}
- 产品标识
+ DI/物资编码
{{ inputQuery.nameCode }}
@@ -41,9 +41,9 @@
-
+
@@ -61,9 +61,15 @@
+
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
+
+
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.name }}
-
-
-
-
+
@@ -110,24 +122,26 @@
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
{
this.loading = false;
if (res.code === 20000) {
@@ -360,6 +384,10 @@ export default {
};
},
created() {
+ let supId = this.$store.getters.customerId;
+ if (supId == "110") {
+ this.showSup = true;
+ }
this.findMethod();
this.getInvList();
this.getList();
diff --git a/src/views/inventory/InvProductsDetail.vue b/src/views/inventory/InvProductsDetail.vue
index 204c1fa6..db7d874f 100644
--- a/src/views/inventory/InvProductsDetail.vue
+++ b/src/views/inventory/InvProductsDetail.vue
@@ -3,17 +3,16 @@
- 产品名称
+ 物资名称
{{ inputQuery.cpmctymc }}
- 产品标识
+ DI/物资编码
{{ inputQuery.nameCode }}
-
批次号
@@ -41,14 +40,13 @@
-
+
-
-
+
+
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -134,37 +134,41 @@
-
-
-
-
-
-
-
- {{ statusMap[scope.row.status] }}
-
-
-
+
+
+
+
+
+
- {{ ignoreStatusMap[scope.row.ignoreStatus] }}
+
+ {{
+ statusMap[scope.row.status]
+ }}
+
+
+
+
+
+
- {{ typeMap[scope.row.type] }}
+ {{ typeMap[scope.row.type] }}
-
+
-
+
-
-
-
+
+
+
确认
- 忽略
-
+
+
+
+
+
+
+
@@ -192,6 +196,77 @@
/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{
- let params = {
- id: row.id,
- handleMsg: value
- };
- confirmMsg(params).then((res) => {
- if (res.code === 20000) {
- this.$message.success("已确认");
- this.getList();
- } else {
- this.$message.error(res.message);
- }
- })
- }).catch(() => {
- });
+ this.rowData = row;
+ let typeName = this.typeMap[row.type];
+ this.rowData.typeName = typeName;
+ this.handleMsg = null;
+ this.confirmMsgVisible = true;
},
ignoreMsg(row) {
this.ignoreVisible = true;
@@ -421,6 +487,39 @@ export default {
this.currentId = null;
})
},
+ closeConfirmDialog() {
+ this.confirmMsgVisible = false;
+ this.rowData = {}
+ },
+ updateHandleMsg() {
+ let params = {
+ id: this.rowData.id,
+ handleMsg: this.handleMsg
+ };
+ confirmMsg(params).then((res) => {
+ if (res.code === 20000) {
+ this.rowData = {};
+ this.handleMsg = null;
+ this.confirmMsgVisible = false;
+ this.$message.success("已确认");
+ } else {
+ this.$message.error(res.message);
+ }
+ }).catch((error) => {
+ this.rowData = {};
+ this.handleMsg = null;
+ this.confirmMsgVisible = false;
+ this.$message.error(error.message);
+ })
+ },
+
+ statusFilterType(status) {
+ const statusMap = {
+ 1: "warning",
+ 2: "success",
+ };
+ return statusMap[status];
+ },
},
created() {
this.getInvList();