@@ -38,7 +49,7 @@
-
+
@@ -67,17 +78,61 @@
- 选择商品
+ 选择耗材
+ 选择商品
-
+
+ 共{{ tableData.list.length }}种耗材,金额合计¥{{ queryForm.totalAmount }}
+
+
共{{ tableData.list.length }}种商品,金额合计¥{{ queryForm.totalAmount }}
-
+
+
+
+ {{ scope.row.conName }}
+
+
+
+
+ { queryForm.totalAmount = formatDecimal(e * scope.row.stockNumber) }">
+ 原价¥{{ scope.row.costPrice }}/{{ scope.row.conUnit }}
+
+
+
+
+ { queryForm.totalAmount = formatDecimal(e * scope.row.price) }">
+ 入库前:{{ scope.row.number }}{{ scope.row.conUnit }}
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
@@ -123,7 +178,10 @@
确定
+
+
+
@@ -141,13 +199,28 @@