Browse Source

招标工作台,添加字段

lucky-lzx 2 years ago
parent
commit
69d0a94658
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/purchaseIn/workbench/detail.vue

+ 4 - 0
src/views/purchaseIn/workbench/detail.vue

@@ -27,6 +27,8 @@
                 <li>{{ sitem.salesman }}</li>
                 <li>到货时间:</li>
                 <li>{{ sitem.arrival_time }}</li>
+                <li>客户名称:</li>
+                <li>{{ sitem.khname }}</li>
               </ul>
             </div>
             <div class="left-card" v-if="sitem">
@@ -345,6 +347,7 @@ export default {
         const { status } = data;
         this.status = status;
         this.sitem = JSON.parse(JSON.stringify(data));
+        
         const { can } = this.sitem;
         this.sitem.is_metal = "";
         this.sitem.can_id_arr = [];
@@ -369,6 +372,7 @@ export default {
       } else {
         this.$message.warning(message);
       }
+      
     },
     async well_timer() {
       this.timer = setInterval(async () => {