瀏覽代碼

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

cz 2 年之前
父節點
當前提交
f5af2dbf45
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/purchaseManage/purchaseManage/handoverSlipOne/index.vue

+ 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",