Explorar o código

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

liujt hai 7 meses
pai
achega
fb319b3efa
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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: '金额(元)',