diff --git a/src/views/inventory/InvSupPreInSerach.vue b/src/views/inventory/InvSupPreInSerach.vue
index 049249c..ab90c1e 100644
--- a/src/views/inventory/InvSupPreInSerach.vue
+++ b/src/views/inventory/InvSupPreInSerach.vue
@@ -22,7 +22,7 @@
-
+
@@ -136,7 +136,8 @@
row-key="id"
>
-
+
-
-
-
-
- {{ statusMap[scope.row.status] }}
-
-
-
-
+
-
+
+
+ {{ scope.row.originReCount - scope.row.reCount }}
+
+
+
+
+
+
+
+
+
+ {{ statusMap[scope.row.status] }}
+
+
+
+
+
@@ -105,8 +107,6 @@
show-overflow-tooltip width="120">
-
@@ -349,6 +349,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/InvSupProuducts.vue b/src/views/inventory/InvSupProuducts.vue
index 43a6670..cf071f5 100644
--- a/src/views/inventory/InvSupProuducts.vue
+++ b/src/views/inventory/InvSupProuducts.vue
@@ -73,6 +73,34 @@
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
@@ -84,7 +112,7 @@
@click="onReset"
>重置
- 查询
@@ -94,6 +122,8 @@
+
@@ -105,8 +135,6 @@
show-overflow-tooltip width="120">
-
@@ -246,7 +274,7 @@ export default {
},
getList() {
this.loading = true;
- this.filterQuery.supId = this.$store.getters.customerId;
+
getProduct(this.filterQuery).then((res) => {
this.loading = false;
if (res.code === 20000) {
@@ -349,6 +377,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/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue
index fe5c82c..b680a18 100644
--- a/src/views/inventory/supInoutSearchOrder.vue
+++ b/src/views/inventory/supInoutSearchOrder.vue
@@ -84,6 +84,7 @@
+
@@ -130,13 +131,14 @@ export default {
limit: 10,
startAduditTime: null,
endAduditTime: null,
- vueType: null,
+ actionType: "norDetail",
},
loading: false,
total: 0,
+ showSup: false,
customerId: this.$store.getters.customerId,
actDateRange: [],
- vueType: "normal",
+ actionType: "norDetail",
auditDateRange: [],
pickerOptions: {
shortcuts: [
@@ -203,6 +205,7 @@ export default {
this.filterQuery.endAduditTime = null;
}
this.filterQuery.page = 1;
+
this.getList();
},
hideSearch() {
@@ -210,7 +213,7 @@ export default {
},
getList() {
this.loading = true;
- this.filterQuery.vueType = this.vueType;
+ this.filterQuery.actionType = this.actionType;
getResultOrderList(this.filterQuery)
.then((response) => {
if (response.code === 20000) {
@@ -237,7 +240,11 @@ export default {
}
,
created() {
- this.vueType = this.$route.query.name;
+ let supId = this.$store.getters.customerId;
+ if (supId == "110") {
+ this.showSup = true;
+ }
+ this.actionType = this.$route.query.name;
this.getList();
}
,
diff --git a/src/views/purchase/purOrder/purOrderSearch.vue b/src/views/purchase/purOrder/purOrderSearch.vue
index c0afe40..2766fb4 100644
--- a/src/views/purchase/purOrder/purOrderSearch.vue
+++ b/src/views/purchase/purOrder/purOrderSearch.vue
@@ -167,7 +167,7 @@ export default {
formName: null,
formMap: {
add: "新增采购订单",
- update: "采购订单审核",
+ update: "采购订单处理",
},
statusMap: {
1: "草稿",