+
+
+ {{ scope.row.purchaseNum }}
+ 0
+
+
+
+
+ {{ scope.row.usableNum || 0 }}
+
+
+
+
+ {{ scope.row.bindNum }}
+ 0
+
+
+
- {{ scope.row.cumulativeCount || 0 }}
+ {{ scope.row.outerNum || 0 }}
@@ -205,19 +223,143 @@
+
+
+
+ 产品信息:{{ currentInventoryInnerProductName || '-' }}({{ inventoryInnerQuery.productCode || '-' }})
+ 在库现存总量:{{ currentInventoryInnerTotal || 0 }}
+
+
+
+
+
+ {{ scope.row.innerCode }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 产品信息:{{ currentPurchaseStockProductName || '-' }}({{ purchaseStockQuery.productCode || '-' }})
+ 在途总量:{{ currentPurchaseStockTotal || 0 }}
+
+
+
+
+
+ {{ scope.row.purchaseNo }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 采购单编号: {{ currentDetailPurchaseNo }}
+
+
+
+
+
+
+
+
+ 订单编号: {{ purchaseOrderHistoryDetailData ? purchaseOrderHistoryDetailData.purchaseNo : '' }}
+ | 版本号: {{ purchaseOrderHistoryDetailData.version }}
+
+
+
+
+
+
+
+ 产品信息:{{ currentBindOrderProductName || '-' }}({{ bindOrderQuery.productCode || '-' }})
+ 锁单总量:{{ currentBindOrderTotal || 0 }}
+
+
+
+
+
+ {{ scope.row.projectCode }}
+
+
+
+
+
+
+
+
+
+
+