Selaa lähdekoodia

feat(采购订单): 添加是否来料检列显示

liujt 7 kuukautta sitten
vanhempi
commit
fb319b3efa
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      src/views/purchasingManage/purchaseOrder/index.vue

+ 10 - 0
src/views/purchasingManage/purchaseOrder/index.vue

@@ -560,6 +560,16 @@ export default {
           showOverflowTooltip: true,
           minWidth: 130
         },
+        {
+          prop: 'isInspection',
+          label: '是否来料检',
+          align: 'center',
+          showOverflowTooltip: true,
+          minWidth: 130,
+          formatter: (_row, _column, cellValue) => {
+            return cellValue == 1 ? '是' : '否';
+          }
+        },
         {
           prop: 'payAmount',
           label: '金额(元)',