diff --git a/src/views/basic/UdiInfoManageSp.vue b/src/views/basic/UdiInfoManageSp.vue
index d23d2e6..f1a078a 100644
--- a/src/views/basic/UdiInfoManageSp.vue
+++ b/src/views/basic/UdiInfoManageSp.vue
@@ -2,9 +2,7 @@
-
-
- {{ item.companyName }}
+ {{ item.name }}
@@ -37,8 +35,6 @@
-
-
@@ -72,20 +68,6 @@
查询
-
-
-
-
-
-
-
-
-
-
-
-
-
-
锁定
退回
-
@@ -170,29 +149,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
详情
-
-
-
@@ -225,23 +187,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{
this.loading = false;
- this.fromOptions = response.data.list || [];
+ this.fromOptions = response.data.page.list || [];
})
.catch(() => {
this.loading = false;
diff --git a/src/views/basic/UdiInfoRelevance.vue b/src/views/basic/UdiInfoRelevance.vue
index 2184057..58ad486 100644
--- a/src/views/basic/UdiInfoRelevance.vue
+++ b/src/views/basic/UdiInfoRelevance.vue
@@ -213,6 +213,18 @@
prop="zczbhhzbapzbh"
show-overflow-tooltip
>
+
+
+
+ 详情
+
+
+
+
+
+
+ -
@@ -230,6 +255,7 @@ import {getUdiInfos, filterCompany} from "../../api/basic/udiInfo";
import {combineUdi} from "../../api/basic/udiRelevance";
import {getBasicThirdSys} from "../../api/basic/basicThirdSys";
import {getInvbasdoc} from "../../api/basic/getErps";
+import selectDiDetail from "@/views/basic/SelectDIDetailDialog";
export default {
name: "closeDialog",
@@ -279,6 +305,8 @@ export default {
multipleUdiSelection: [],
thirdSys: [],
thirdSysFk: null,
+ diDetails: null,
+ selectDialog: false,
};
},
methods: {
@@ -333,7 +361,10 @@ export default {
// this.unionQuery.zczbhhzbapzbh = this.currentRow.registerNo;
// this.unionQuery.ggxh = this.currentRow.spec;
},
-
+ diDetail(row) {
+ this.diDetails = row;
+ this.selectDialog = true;
+ },
searchErpList() {
this.erpQuery.page = 1;
this.getErpList();
@@ -483,6 +514,9 @@ export default {
created() {
this.getBasicThirdSys();
},
+ components: {
+ selectDiDetail,
+ },
};
diff --git a/src/views/business/stockOrder.vue b/src/views/business/stockOrder.vue
index 480feb3..8f71974 100644
--- a/src/views/business/stockOrder.vue
+++ b/src/views/business/stockOrder.vue
@@ -482,6 +482,14 @@ export default {
this.actDateRange = [];
},
onSubmit() {
+ if (this.actDateRange !== null) {
+ this.filterQuery.startTime = this.actDateRange[0];
+ this.filterQuery.endTime = this.actDateRange[1];
+ } else {
+ this.filterQuery.startTime = null;
+ this.filterQuery.endTime = null;
+ }
+
this.getList();
if (this.query.status === "202" || this.query.status === "502") {
this.haveDistributionVisible = true;
diff --git a/src/views/business/stockOrderEditDistribution.vue b/src/views/business/stockOrderEditDistribution.vue
index ca905e7..d382446 100644
--- a/src/views/business/stockOrderEditDistribution.vue
+++ b/src/views/business/stockOrderEditDistribution.vue
@@ -10,15 +10,6 @@
:loading="loading"
>保存
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -98,14 +70,13 @@
-
- {{ item.name }}
+ :value="item.localAction">
+ {{ item.localName }}
@@ -113,19 +84,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
当前仓库:
@@ -134,9 +92,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
编辑
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -371,19 +372,10 @@
-
-
-
-
-
-
-
-
-
-
@@ -398,18 +390,11 @@
-
-
-
-
-
-
-
-
@@ -421,7 +406,9 @@
-
+
@@ -431,20 +418,11 @@
-
+
-
-
-
-
-
-
-
-
-
-
-