From 282e032b5771da13d224214d3b0b71f3efde9a42 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 25 八月 2023 18:45:42 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmMes

---
 web_standard/src/views/ext/workorderPutRecordExt.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web_standard/src/views/ext/workorderPutRecordExt.vue b/web_standard/src/views/ext/workorderPutRecordExt.vue
index cbd9424..58a2f0e 100644
--- a/web_standard/src/views/ext/workorderPutRecordExt.vue
+++ b/web_standard/src/views/ext/workorderPutRecordExt.vue
@@ -111,9 +111,9 @@
         <el-table-column prop="batch" label="鐢熶骇鎵规鍙�" min-width="100px"></el-table-column>
         <el-table-column prop="promodel.name" label="宸ュ簭" min-width="100px"></el-table-column>
         <el-table-column prop="omodel.planNum" label="璁″垝鏁伴噺" min-width="100px">
-          <template slot-scope="{row}">
+          <!-- <template slot-scope="{row}">
             <span>{{ row.omodel.planNum + row.umodel.name }}</span>
-          </template>
+          </template> -->
         </el-table-column>
         <el-table-column prop="procedureName" label="鐢熶骇鍛樺伐" show-overflow-tooltip min-width="100px">
           <template slot-scope="{row}">
@@ -218,7 +218,7 @@
   created () {
     this.config({
       module: '鎶曟枡璁板綍',
-      api: '/ext/workorderRecordExt',
+      api: '/ext/workorderRecordPutExt',
       'field.id': 'id',
       'field.main': 'name',
       sorts: [{ direction: 'DESC', property: 'CREATE_TIME' }]

--
Gitblit v1.9.3