Преглед на файлове

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

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