瀏覽代碼

供应商

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',