Browse Source

选择采购订单弹窗-增加备件号字段

jingbb 4 weeks ago
parent
commit
8b35f827db
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/views/publicComponents/SelectPurchaseOrderModal.vue

+ 8 - 0
src/views/publicComponents/SelectPurchaseOrderModal.vue

@@ -203,6 +203,14 @@
             width:250,
             ellipsis: true,
         },
+        {
+            title: '备件号(partno)',
+            key: 'partno',
+            dataIndex: 'partno',
+            align:"center",
+            width:250,
+            ellipsis: true,
+        },
         {
             title: '型号(childModel)',
             key: 'childModel',