فهرست منبع

【采购收货单】质检清单增加一个质检人字段

hezhanp 8 ماه پیش
والد
کامیت
f03991f6d7
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      src/views/purchasingManage/purchaseOrder/invoice/components/detailDialog.vue

+ 10 - 0
src/views/purchasingManage/purchaseOrder/invoice/components/detailDialog.vue

@@ -568,6 +568,16 @@
               align: 'center',
               show: v != 2
             },
+            
+            {
+              width: 220,
+              prop: 'qualityName',
+              label: '质检人',
+              slot: 'qualityName',
+              align: 'center',
+              fixed: 'right',
+              show: v == 2
+            },
             {
               width: 130,
               prop: 'qmsStatus',