Pārlūkot izejas kodu

采购订单生成,在转单界面要增加【规格、型号】

002390 1 gadu atpakaļ
vecāks
revīzija
1a720f67ae

+ 8 - 0
src/views/purchase/task/xie-yi-zhi-cai/column.js

@@ -110,6 +110,14 @@ export const BasicColumns = [
     attr: {},
   },
   {
+    item: { key: "specification", title: "规格" },
+    attr: {},
+  },
+  {
+    item: { key: "model", title: "型号" },
+    attr: {},
+  },
+  {
     item: { key: "puOrgName", title: "采购组织" },
     attr: {},
   },

+ 1 - 1
src/views/purchase/task/xie-yi-zhi-cai/index.vue

@@ -335,7 +335,7 @@ export default {
       <div v-for="(item, index) in showData" :key="index" class="m-4">
 
         <template v-if="item.orderPriceVos.length">
-          <el-descriptions>
+          <el-descriptions :column="4">
             <template slot="title" >
               <template>
                 <span style="margin-right: 10px">{{ item.materialName }}</span>