소스 검색

供应商

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