cz 1 yıl önce
ebeveyn
işleme
fc0194f28e

+ 3 - 3
src/views/purchaseManage/purchaseManage/purchase/index.vue

@@ -196,10 +196,10 @@ const config = computed(() => {
     {
       attrs: {
         label: "物品类型",
-        prop: "productType",
+        prop: "productDefinition",
       },
-      render(productType) {
-        return productType == 1 ? "产品" : "物料";
+      render(productDefinition) {
+        return productDefinition == 1 ? "产品" : "物料";
       },
     },
 

Dosya farkı çok büyük olduğundan ihmal edildi
+ 601 - 114
src/views/salesMange/shipmentMange/document/index.vue


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor