diff --git a/src/components/material/index.vue b/src/components/material/index.vue
index 409966b..e7a7647 100644
--- a/src/components/material/index.vue
+++ b/src/components/material/index.vue
@@ -79,8 +79,9 @@
:on-progress="handleProgress"
:before-upload="beforeUpload"
:on-success="handleSuccess"
+ multiple
>
- 点击上传
+ 批量上传
@@ -103,7 +104,7 @@
:src="item.url"
fit="contain"
:preview-src-list="[item.url]"
- :z-index=999
+ :z-index="999"
/>
@@ -144,319 +145,319 @@
diff --git a/src/views/shop/order/print.vue b/src/views/shop/order/print.vue
new file mode 100644
index 0000000..3972ef3
--- /dev/null
+++ b/src/views/shop/order/print.vue
@@ -0,0 +1,189 @@
+
+
+
+ 打印
+
+
+
+
订货单
+
+
+ {{list.orderId}}
+ 下单日期 : {{formatTimeTwo(list.addTime)}}
+ 客户名称 : {{list.realName}}
+
+
+ 联系人 : {{list.userDTO.account}}
+ 联系电话 : {{list.userPhone}}
+ 收货地址 : {{list.userAddress}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.cartInfoMap.productInfo.price*scope.row.cartInfoMap.cartNum }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+