Browse Source

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-eom into dev

hezhanp 7 tháng trước cách đây
mục cha
commit
eeac76365e
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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: '金额(元)',