yusheng пре 1 година
родитељ
комит
891c203933
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      src/views/purchasingManage/inquiryManage/components/detailDialog.vue

+ 9 - 0
src/views/purchasingManage/inquiryManage/components/detailDialog.vue

@@ -169,6 +169,15 @@
             align: 'center',
             fixed: 'left'
           },
+          {
+            minWidth: 100,
+            label: '状态',
+            fixed: 'left',
+            formatter: (row, column) => {
+              return row.isInquiry==1?'已核价':'未核价'
+            },
+            align: 'center'
+          },
           {
             minWidth: 100,
             prop: 'productCategoryName',