Explorar o código

chore: 增加采购数量

xyh %!s(int64=2) %!d(string=hai) anos
pai
achega
c12d0ff94d
Modificáronse 1 ficheiros con 7 adicións e 2 borrados
  1. 7 2
      packages/app/src/pages/raw-in-stream/table/index.tsx

+ 7 - 2
packages/app/src/pages/raw-in-stream/table/index.tsx

@@ -62,12 +62,18 @@ const columns: ColumnsType<WarehousingListData> = [
     width: NORMAL_TABLE_WIDTH,
   },
   {
-    title: '数量',
+    title: '入库数量',
     dataIndex: 'capacity',
     key: 'capacity',
     width: SMALL_TABLE_WIDTH,
     align: 'right',
   },
+  {
+    title: '采购数量',
+    dataIndex: 'purchaseNum',
+    width: SMALL_TABLE_WIDTH,
+    align: 'right',
+  },
   {
     title: '库位名称',
     dataIndex: 'storageLocationName',
@@ -104,7 +110,6 @@ const columns: ColumnsType<WarehousingListData> = [
     key: 'scrq',
     width: MIDDLE_TABLE_WIDTH,
   },
-
   {
     title: '连番号',
     dataIndex: 'serial',