From e4f64ab439c05b348363ca47d70f390ca09720b6 Mon Sep 17 00:00:00 2001 From: cl <418351270@qq.com> Date: 星期四, 18 一月 2024 10:49:23 +0800 Subject: [PATCH] 修改机型序号 --- jcdm-ui/src/views/main/bs/orderScheduling/index.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/jcdm-ui/src/views/main/bs/orderScheduling/index.vue b/jcdm-ui/src/views/main/bs/orderScheduling/index.vue index aefd1b7..ee787eb 100644 --- a/jcdm-ui/src/views/main/bs/orderScheduling/index.vue +++ b/jcdm-ui/src/views/main/bs/orderScheduling/index.vue @@ -155,7 +155,9 @@ </el-table-column> <el-table-column label="浜у搧绫诲瀷" align="center" prop="productType"> - + <template slot-scope="scope"> + <dict-tag :options="dict.type.material_type" :value="scope.row.productType"/> + </template> </el-table-column> <el-table-column label="鏈哄瀷" align="center" prop="model"> @@ -368,7 +370,7 @@ export default { name: "OrderScheduling", - dicts: ['order_scheduling_produce_status','quality_status','print_status'], + dicts: ['order_scheduling_produce_status','quality_status','print_status','material_type'], data() { return { // 閬僵灞� @@ -516,8 +518,8 @@ }, /** 鎼滅储鎸夐挳鎿嶄綔 */ handleQuery() { - // this.queryParams.pageNum = 1; - // this.getList(); + this.queryParams.pageNum = 1; + this.getList(); this.$modal.msgSuccess(this.queryParams.operateTime); }, /** 閲嶇疆鎸夐挳鎿嶄綔 */ -- Gitblit v1.9.3