diff --git a/src/views/plan/order/index.vue b/src/views/plan/order/index.vue
index 829d5997..6f96e7fe 100644
--- a/src/views/plan/order/index.vue
+++ b/src/views/plan/order/index.vue
@@ -571,13 +571,13 @@ export default {
methods: {
/** 导入按钮操作 */
handleImport() {
- this.upload.title = "订单信息导入"; // todo
+ this.upload.title = "订单信息导入";
this.upload.open = true;
},
/** 下载模板操作 */
importTemplate() {
this.download('/plan/order/importTemplate', {
- }, `stu_base_template_${new Date().getTime()}.xlsx`) // todo
+ }, `order_example_template_${new Date().getTime()}.xlsx`)
},
// 文件上传中处理
handleFileUploadProgress(event, file, fileList) {
@@ -599,7 +599,7 @@ export default {
handleExport() {
this.download('/plan/order/export', {
...this.queryParams
- }, `user_${new Date().getTime()}.xlsx`)
+ }, `order_${new Date().getTime()}.xlsx`)
},
/** 拆分按钮操作 */
splitBtn(row) {
diff --git a/src/views/plan/plan/index.vue b/src/views/plan/plan/index.vue
index 0ca5a40f..d24b596c 100644
--- a/src/views/plan/plan/index.vue
+++ b/src/views/plan/plan/index.vue
@@ -12,10 +12,20 @@
>
+
+
+
+
+
+
-
-
-
+
+
@@ -82,7 +92,11 @@
{{ parseTime(scope.row.planTime, '{y}-{m}-{d}') }}
-
+
+
+
+
+
@@ -358,6 +372,7 @@ import moment from 'moment'
export default {
name: 'Plan',
+ dicts: ['sys_yes_no'],
data() {
return {
// 湿料计划详情list
diff --git a/src/views/plan/workorder/index.vue b/src/views/plan/workorder/index.vue
index 76574400..6eec0daa 100644
--- a/src/views/plan/workorder/index.vue
+++ b/src/views/plan/workorder/index.vue
@@ -168,8 +168,12 @@
-
-
+
+
+
+
+
+