import { listStoreInfo, getStoreInfo, delStoreInfo, addStoreInfo, updateStoreInfo } from "@/api/base/storeInfo";
import { findFactoryList } from "@/api/base/factory";
+import { findProductLineList } from '@//api/base/productLine'
export default {
name: "StoreInfo",
@@ -265,6 +277,7 @@ export default {
storeType: null,
storeArea: null,
storeStatus: null,
+ productLineCode: null,
isFlag: null,
createdBy: null,
createdTime: null,
@@ -292,6 +305,8 @@ export default {
],
// 工厂选项
factoryList: [],
+ // 产线选项
+ productLineList: [],
};
},
created() {
@@ -299,6 +314,9 @@ export default {
findFactoryList().then(response => {
this.factoryList = response.data;
});
+ findProductLineList({productLineType: 1}).then(response => {
+ this.productLineList = response.data;
+ });
},
methods: {
/** 查询仓库信息列表 */
@@ -327,6 +345,7 @@ export default {
isFlag: 0,
createdBy: null,
createdTime: null,
+ productLineCode: null,
updatedBy: null,
updatedTime: null
};
diff --git a/src/views/report/WIPInquiryReport/index.vue b/src/views/report/WIPInquiryReport/index.vue
new file mode 100644
index 0000000..c681815
--- /dev/null
+++ b/src/views/report/WIPInquiryReport/index.vue
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.BEGIN_DATE, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+ 查看订单明细
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/report/inventoryRateReport/index.vue b/src/views/report/inventoryRateReport/index.vue
new file mode 100644
index 0000000..02dc8a7
--- /dev/null
+++ b/src/views/report/inventoryRateReport/index.vue
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.BEGIN_DATE, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/report/productionExecutionReport/index.vue b/src/views/report/productionExecutionReport/index.vue
new file mode 100644
index 0000000..c681815
--- /dev/null
+++ b/src/views/report/productionExecutionReport/index.vue
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.BEGIN_DATE, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+ 查看订单明细
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+