Quellcode durchsuchen

采购交接单增加已发起数量字段

cz vor 1 Jahr
Ursprung
Commit
f5af2dbf45

+ 7 - 0
src/views/purchaseManage/purchaseManage/handoverSlipOne/index.vue

@@ -204,6 +204,13 @@ const config = computed(() => {
     },
     {
       attrs: {
+        label: "已发起数量",
+        prop: "startPurchaseCount",
+        width: "110",
+      },
+    },
+    {
+      attrs: {
         label: "交接单",
         width: "100",
         align: "center",