-
-
-
-
-
-
-
-
-
-
- {{ item.localName }}
-
-
-
-
-
-
-
- {{ item.label }}
-
-
-
-
-
-
-
- {{ item.label }}
-
-
-
-
-
-
-
-
- 单据日期:
-
+
+
+
+
+
+
+
+
+
+ {{ item.localName }}
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+ 单据日期:
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+ {{ sourceMap[scope.row.sourceType] }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getActionName(scope.row.billType) }}
+
+
+
+
+ {{ getStorageName(scope.row.locStorageCode) }}
+
+
+
+
+ {{ getSubStorageName(scope.row.invWarehouseCode) }}
+
+
+
+
+
+
+
+
+ {{ exportStatusMap[scope.row.exportStatus] }}
+
+
+
+
+
+
+
+ 提交
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
- 查询
-
-
-
-
-
-
-
-
-
-
-
- {{ sourceMap[scope.row.sourceType] }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ getActionName(scope.row.billType) }}
-
-
-
-
- {{ getStorageName(scope.row.locStorageCode) }}
-
-
-
-
- {{ getSubStorageName(scope.row.invWarehouseCode) }}
-
-
-
-
-
-
-
-
- {{ exportStatusMap[scope.row.exportStatus] }}
-
-
-
-
-
-
-
- 提交
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
diff --git a/src/views/business/stockOrderWaitCheck.vue b/src/views/business/stockOrderWaitCheck.vue
index a6df9a8..a44a8e1 100644
--- a/src/views/business/stockOrderWaitCheck.vue
+++ b/src/views/business/stockOrderWaitCheck.vue
@@ -387,6 +387,7 @@ export default {
"1": "web端新增单据",
"2": "第三方系统",
"3": "扫码单据转换",
+ "4": "采购计划转换",
},
idQuery: {
id: "",
diff --git a/src/views/inout/stockOrderChange.vue b/src/views/inout/stockOrderChange.vue
index cc0893c..87d4966 100644
--- a/src/views/inout/stockOrderChange.vue
+++ b/src/views/inout/stockOrderChange.vue
@@ -258,6 +258,7 @@ export default {
"1": "web端新增单据",
"2": "第三方系统",
"3": "扫码单据转换",
+ "4": "采购计划转换",
},
fromTypeMap: {
"1": "UDIMS平台",
diff --git a/src/views/purchase/purPlan.vue b/src/views/purchase/purPlan.vue
index 47fd175..f8de056 100644
--- a/src/views/purchase/purPlan.vue
+++ b/src/views/purchase/purPlan.vue
@@ -264,7 +264,7 @@ export default {
this.loading = true;
let tQuery = {
editStatus: 2,
- purApplyEntity: row,
+ purPlanEntity: row,
}
inserThrOrderWeb(tQuery)
.then(response => {
diff --git a/src/views/purchase/purPlanDetailDialog.vue b/src/views/purchase/purPlanDetailDialog.vue
index 5e9d7b3..8deb7e4 100644
--- a/src/views/purchase/purPlanDetailDialog.vue
+++ b/src/views/purchase/purPlanDetailDialog.vue
@@ -207,7 +207,7 @@