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 @@ + .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') }} - +