yusheng пре 1 година
родитељ
комит
15962a157d

+ 6 - 0
src/BIZComponents/inventoryTable.vue

@@ -739,6 +739,12 @@
           
             }
           },
+          {
+            minWidth: 160,
+            prop: 'productionCodes',
+            label: '生产编码',
+            align: 'center'
+          },
           {
             minWidth: 240,
             prop: 'taskName',

+ 6 - 0
src/BIZComponents/inventoryTableDetails.vue

@@ -389,6 +389,12 @@
           
             }
           },
+          {
+            minWidth: 160,
+            prop: 'productionCodes',
+            label: '生产编码',
+            align: 'center'
+          },
           {
             minWidth: 240,
             prop: 'taskName',

+ 2 - 0
src/views/bpm/handleTask/components/purchaseOrder/invoice/receiptInfo.vue

@@ -85,6 +85,8 @@
       :toolkit="[]"
       :datasource="detailData.productList"
       row-key="id"
+      max-height="500px"
+
     >
       <template v-slot:technicalDrawings="{ row }">
         <fileMain v-model="row.receiveFiles" type="view"></fileMain>

+ 6 - 0
src/views/bpm/handleTask/components/saleOrder/invoice/detailDialog.vue

@@ -303,6 +303,12 @@
             slot: 'specification',
             align: 'center'
           },
+          {
+            minWidth: 160,
+            prop: 'productionCodes',
+            label: '生产编码',
+            align: 'center'
+          },
           {
             width: 120,
             prop: 'imgCode',

+ 6 - 0
src/views/bpm/handleTask/components/saleOrder/invoice/inventoryTable.vue

@@ -361,6 +361,12 @@
             label: '图号/件号',
             showOverflowTooltip: true
           },
+          {
+            minWidth: 160,
+            prop: 'productionCodes',
+            label: '生产编码',
+            align: 'center'
+          },
           {
             width: 120,
             prop: 'produceType',