From c0aa2d9be7e3e8941ae3da4fbd44f83f72a1d9ae Mon Sep 17 00:00:00 2001
From: huliyong <2783385703@qq.com>
Date: Sat, 2 Nov 2024 11:43:09 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E7=99=BB=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/index.vue | 6 +-
pages_order/auth/customsClearApply.vue | 748 ++++++++++++++---------------
pages_order/components/order/orderList.vue | 10 +-
pages_order/order/offerOrBillLading.vue | 2 +-
4 files changed, 379 insertions(+), 387 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index b30ef7b..a76c102 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -56,9 +56,11 @@
{{ $t('other.supplierQuotation') }}
-
+
+
+
diff --git a/pages_order/auth/customsClearApply.vue b/pages_order/auth/customsClearApply.vue
index 77588d7..c66c450 100644
--- a/pages_order/auth/customsClearApply.vue
+++ b/pages_order/auth/customsClearApply.vue
@@ -1,388 +1,376 @@
-
-
-
-
-
-
-
-
-
- {{ $t('components.username') }}
-
-
-
-
-
-
- {{ $t('components.password') }}
-
-
-
-
-
-
- {{ $t('other.companyName') }}
-
-
-
-
-
-
- {{ $t('other.taxCode') }}
-
-
-
-
-
-
- {{ $t('other.companyAddress') }}
-
-
-
-
-
-
- {{ $t('components.lxPhone') }}
-
-
-
-
-
- {{ $t('other.companyAccount') }}
-
-
-
-
-
- {{ $t('components.bankName') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('components.businessLicense') }}
-
-
- deleteImage(0, file)"
- @afterRead="(file) => afterRead(0, file)"
- :previewFullImage="true">
-
-
-
-
-
-
-
- {{ $t('components.basicAccountInfo') }}
-
-
- deleteImage(1, file)"
- @afterRead="(file) => afterRead(1, file)"
- :previewFullImage="true">
-
-
-
-
-
-
- {{ $t('components.receivingBank') }}
-
-
- deleteImage(2, file)"
- @afterRead="(file) => afterRead(2, file)"
- :previewFullImage="true">
-
-
-
-
-
-
-
-
-
- {{ $t('components.submitReview') }}
-
-
- {{ $t('components.contactUs') }}
-
-
-
-
- {{ $t('components.registrationNotice') }}
-
-
- {{ $t('other.frameworkContractPreview') }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ {{ $t('components.username') }}
+
+
+
+
+
+
+ {{ $t('components.password') }}
+
+
+
+
+
+
+ {{ $t('other.companyName') }}
+
+
+
+
+
+
+ {{ $t('other.taxCode') }}
+
+
+
+
+
+
+ {{ $t('other.companyAddress') }}
+
+
+
+
+
+
+ {{ $t('components.lxPhone') }}
+
+
+
+
+
+ {{ $t('other.companyAccount') }}
+
+
+
+
+
+ {{ $t('components.bankName') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('components.businessLicense') }}
+
+
+ deleteImage(0, file)" @afterRead="(file) => afterRead(0, file)"
+ :previewFullImage="true">
+
+
+
+
+
+
+
+ {{ $t('components.basicAccountInfo') }}
+
+
+ deleteImage(1, file)" @afterRead="(file) => afterRead(1, file)"
+ :previewFullImage="true">
+
+
+
+
+
+
+ {{ $t('components.receivingBank') }}
+
+
+ deleteImage(2, file)" @afterRead="(file) => afterRead(2, file)"
+ :previewFullImage="true">
+
+
+
+
+
+
+
+
+
+ {{ $t('components.submitReview') }}
+
+
+ {{ $t('components.contactUs') }}
+
+
+
+
+ {{ $t('components.registrationNotice') }}
+
+
+ {{ $t('other.frameworkContractPreview') }}
+
+
+
+
+
+ .registerShop {
+ .frame {
+ height: 79vh;
+ overflow: auto;
+
+ .basicInfo {
+ display: flex;
+ flex-direction: column;
+ gap: 5rpx;
+ background-color: #FFF;
+ margin-top: 20rpx;
+ padding: 20rpx;
+
+
+ .item {
+ display: flex;
+ align-items: center;
+ background-color: #FFF;
+ height: 80rpx;
+ // margin: 10rpx 0 0 0;
+ padding: 10rpx 0 0 20rpx;
+
+ >view:nth-of-type(1) {
+ width: 30%;
+ // font-weight: 700;
+ }
+
+ >view:nth-of-type(2) {
+ width: 70%;
+ border-radius: 10rpx;
+ overflow: hidden;
+
+ input {
+ background-color: #f5f5f5;
+ font-size: 28rpx;
+ padding: 16rpx 8rpx 16rpx 15rpx;
+ }
+ }
+ }
+
+
+ }
+
+ .certificateInfo {
+ display: flex;
+ flex-direction: column;
+ gap: 20rpx;
+ background-color: #FFF;
+ margin-top: 20rpx;
+ padding: 20rpx;
+
+
+ .certificateInfoItem {
+ .title {
+ display: flex;
+ // padding-top: 40rpx;
+ font-size: 30rpx;
+ font-weight: 700;
+ padding: 0 0 0 20rpx;
+
+ >span:nth-of-type(1) {
+ margin: 4rpx 0 0 8rpx;
+ background-color: #FFF;
+ }
+
+ >span:nth-of-type(2) {
+ margin: 0 0 0 8rpx;
+ background-color: #FFF;
+ }
+ }
+
+ .upload {
+ margin: 5rpx 0 0 40rpx;
+ }
+ }
+
+
+ }
+ }
+
+ .bottom {
+ position: fixed;
+ bottom: 10rpx;
+ left: 0;
+ right: 0;
+
+ background-color: #FFF;
+
+ .btns {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ gap: 40rpx;
+
+ .sqsh {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 40%;
+ height: 70rpx;
+ border-radius: 40rpx;
+ color: white;
+ font-size: 28rpx;
+ margin: 20rpx 10rpx 0 0;
+ background: #293143;
+ //margin-top: 20rpx;
+ border-radius: 40rpx;
+ }
+
+ .lxwm {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 40%;
+ height: 70rpx;
+ border-radius: 40rpx;
+ color: #000000;
+ font-size: 28rpx;
+ margin: 20rpx 10rpx 0 0;
+ background: #f2f2f2;
+ //margin-top: 20rpx;
+ border-radius: 40rpx;
+ }
+
+ }
+
+ .others {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ gap: 200rpx;
+ color: #707070;
+ font-size: 24rpx;
+
+ .zcxz {
+ text-decoration: underline;
+ }
+
+ .kjhtyl {
+ text-decoration: underline;
+ }
+
+ }
+ }
+ }
+
\ No newline at end of file
diff --git a/pages_order/components/order/orderList.vue b/pages_order/components/order/orderList.vue
index 4c443ef..cda3b94 100644
--- a/pages_order/components/order/orderList.vue
+++ b/pages_order/components/order/orderList.vue
@@ -17,11 +17,13 @@
-
- {{ $t('components.customerName') }} :{{ item.userName }} {{item.phone}}
+
+ {{ $t('components.customerName') }} :{{ item.userName }}
-
- {{ $t('components.productSpe') }}:{{ item.userName }}
+
+ 客户电话:{{ item.phone }}
{{ $t('other.pickupAddress') }}:{{ item.address }}
diff --git a/pages_order/order/offerOrBillLading.vue b/pages_order/order/offerOrBillLading.vue
index 9e3cb9f..83266a9 100644
--- a/pages_order/order/offerOrBillLading.vue
+++ b/pages_order/order/offerOrBillLading.vue
@@ -76,7 +76,7 @@
{{ $t('components.unitPrice') }}
-
+