diff --git a/klp-ui/src/views/crm/components/ReceiveTable.vue b/klp-ui/src/views/crm/components/ReceiveTable.vue index 77eb27a1..9a60ec38 100644 --- a/klp-ui/src/views/crm/components/ReceiveTable.vue +++ b/klp-ui/src/views/crm/components/ReceiveTable.vue @@ -70,14 +70,14 @@ - + - + @@ -122,7 +122,7 @@ v-model="form.dueDate" type="datetime" value-format="yyyy-MM-dd HH:mm:ss" - placeholder="请选择到期日"> + placeholder="请选择收款日期"> diff --git a/klp-ui/src/views/wms/delivery/components/wayBill.vue b/klp-ui/src/views/wms/delivery/components/wayBill.vue index 1fd725db..6afad7fc 100644 --- a/klp-ui/src/views/wms/delivery/components/wayBill.vue +++ b/klp-ui/src/views/wms/delivery/components/wayBill.vue @@ -4,37 +4,39 @@
+ +
科伦普发货单
收货单位: - +
{{ localWaybill.consigneeUnit }}
- +
{{ localWaybill.deliveryYear }}
- +
{{ localWaybill.deliveryMonth }}
- +
{{ localWaybill.deliveryDay }}
发货单位: - +
{{ localWaybill.senderUnit }}
负责人: - +
{{ localWaybill.principal }}
电话: - +
{{ localWaybill.principalPhone }}
车牌: - +
{{ localWaybill.licensePlate }}
@@ -68,27 +70,35 @@ - - - - - - - - - - - - - - - +
{{ item.productName }}
+
{{ item.edgeType }}
+
{{ item.packageType }}
+
{{ item.actualWarehouseName }}
+
{{ item.settlementType }}
+
{{ item.rawMaterialFactory }}
+
{{ item.coilNumber }}
+
{{ item.specification }}
+
{{ item.material }}
- + + + + + + + + + + + + + + @@ -104,7 +114,7 @@
- 取货地点: + 取货地点:
@@ -113,15 +123,19 @@
@@ -159,7 +173,7 @@ export default { data() { return { currentPage: 1, - perPage: 10, + perPage: 7, totalPages: 1, // 本地可编辑的发货单数据 localWaybill: { @@ -423,9 +437,18 @@ export default { box-shadow: none; font-family: SimSun, "Courier New", monospace; overflow: hidden; + color: #000 !important; + font-weight: 900 !important; box-sizing: border-box; } +.title { + text-align: center; + font-size: 24px; + font-weight: bold; + margin-bottom: 5px; +} + .waybill-content { --paper-width-mm: 241; --content-width-mm: 241; @@ -467,7 +490,7 @@ export default { font-weight: bold; display: inline-block; width: 100px; - font-size: 16px; + font-size: 18px; text-align: right; white-space: nowrap; } @@ -481,10 +504,12 @@ export default { padding: 4px 8px; border: 1px solid #dcdfe6; border-radius: 4px; - font-size: 16px; + font-size: 18px; + font-weight: bold; font-family: SimSun, serif; outline: none; transition: all 0.2s; + line-height: 18px; border-bottom: 1px dashed #dcdfe6; } @@ -526,7 +551,8 @@ export default { line-height: 6mm; text-align: center; vertical-align: middle; - font-size: 16px; + font-size: 18px; + font-weight: 900; padding: 0; overflow: hidden; white-space: nowrap; @@ -628,7 +654,7 @@ export default { outline: none; background: transparent; /* font-family: inherit; */ - font-size: 16px; + font-size: 18px; line-height: 6mm; text-align: center; vertical-align: middle; @@ -649,7 +675,7 @@ export default { padding: 0 !important; margin: 0 !important; line-height: 6mm !important; - height: 6mm !important; + height: 6mm; vertical-align: middle !important; } @@ -699,7 +725,7 @@ export default { /* 备注样式 */ .waybill-remarks { margin-bottom: 30px; - font-size: 15px; + font-size: 18px; line-height: 1.5; /* font-weight: 600; */ font-weight: bold; @@ -716,21 +742,21 @@ export default { justify-content: space-between; align-items: center; margin-bottom: 20px; - font-size: 16px; + font-size: 18px; } .waybill-pickup-location { display: flex; justify-content: space-between; align-items: center; - margin-bottom: 20px; - font-size: 16px; + margin-bottom: 10px; + font-size: 18px; } .waybill-pickup-location label { - font-size: 16px; + font-size: 18px; /* margin-right: 10px; */ text-align: left !important; width: 40px; @@ -751,7 +777,7 @@ export default { } .footer-item .label { - font-size: 16px; + font-size: 18px; margin-right: 10px; width: 40px; } diff --git a/klp-ui/src/views/wms/report/zinc_.vue b/klp-ui/src/views/wms/report/zinc_.vue new file mode 100644 index 00000000..6af79f67 --- /dev/null +++ b/klp-ui/src/views/wms/report/zinc_.vue @@ -0,0 +1,229 @@ + + + + +