diff --git a/components/buns-order-templates/bo-detail-tmp.vue b/components/buns-order-templates/bo-detail-tmp.vue index c768cc7..7e2586a 100644 --- a/components/buns-order-templates/bo-detail-tmp.vue +++ b/components/buns-order-templates/bo-detail-tmp.vue @@ -12,10 +12,17 @@ --> - 运单号: {{modelInfo.billCode}} + + + 运单号: {{modelInfo.billCode}} + + + + + - + @@ -26,15 +33,30 @@ + + + 问题件 + + + + + + 问题类型 + {{modelInfo.problemTypeName || '-'}} + + + + + 问题原因 + {{modelInfo.problemCause || '-'}} + + + + 托寄货物描述 - - - - - @@ -45,7 +67,7 @@ - 入仓单 单证 @@ -97,23 +119,13 @@ - - 付款方式 - - - - + 时效 {{modelInfo.timeType}} - - - 月结账号 - {{modelInfo.custNo}} - - + 报关方式 @@ -128,6 +140,18 @@ + + + 寄件时间 + {{modelInfo.sendDate || '-'}} + + + + + 预计到达时间 + {{modelInfo.estimateDate || '-'}} + + @@ -138,21 +162,45 @@ + + + 付款方式 + + + + + + + + + 月结客户 + {{modelInfo.customerName}} + + + + + + 回款联系人 + {{modelInfo.payee || '-'}} + + + 销售联系人 + {{modelInfo.salesmen || '-'}} + + + + - 取件信息 - - - - - + 取件、派件信息 + 取件信息 取货方式 @@ -161,10 +209,10 @@ - + 预约上门 - {{modelInfo.pickStartDate}} + {{modelInfo.pickStartDate || '-'}} @@ -178,7 +226,57 @@ - + + 派件信息 + + + 派送方式 + + + + + + 派件员 + {{modelInfo.dispatchManName || '-'}} + + + + + 派送网点 + {{modelInfo.dispatchSiteName || '-'}} + + + + + 派送时间 + {{modelInfo.dispatchDate || '-'}} + + + + + + 签收信息 + + + 签收人 + {{modelInfo.signMan || '-'}} + + + + + 签收站点 + {{modelInfo.signSiteName || '-'}} + + + + + 签收时间 + {{modelInfo.signDate || '-'}} + + + + + + + + + + 运单备注 + + + + {{modelInfo.remark || '-'}} + @@ -314,7 +422,7 @@ justify-content: space-between; .t1 { font-size: 30rpx; - font-weight: 600; + font-weight: 700; } .t2{ font-size: 30rpx; diff --git a/components/buns-order-templates/bo-operator-tmp.vue b/components/buns-order-templates/bo-operator-tmp.vue index ac6a664..e55b88d 100644 --- a/components/buns-order-templates/bo-operator-tmp.vue +++ b/components/buns-order-templates/bo-operator-tmp.vue @@ -3,13 +3,19 @@ 操作员 - {{userInfo.empName}}({{userInfo.ownerSiteName}}) + {{userInfo.empName}} + + + + {{staticInfo.piaoNum}} + 总票数 + {{staticInfo.parcelQty}} 总件数 @@ -22,10 +28,6 @@ {{staticInfo.totalVolume}} 总体积(m³) - - {{staticInfo.piaoNum}} - 总票数 - diff --git a/components/buns-post-edit-templates/bpe-addressinfo-tmp.vue b/components/buns-post-edit-templates/bpe-addressinfo-tmp.vue index 1462897..3ce5d5b 100644 --- a/components/buns-post-edit-templates/bpe-addressinfo-tmp.vue +++ b/components/buns-post-edit-templates/bpe-addressinfo-tmp.vue @@ -17,6 +17,7 @@ + {{modelInfo.sender.company}} @@ -55,6 +56,7 @@ + {{modelInfo.reciever.company}} diff --git a/components/buns-post-edit-templates/bpe-coststatic-tmp.vue b/components/buns-post-edit-templates/bpe-coststatic-tmp.vue index 1024fb8..c5ac822 100644 --- a/components/buns-post-edit-templates/bpe-coststatic-tmp.vue +++ b/components/buns-post-edit-templates/bpe-coststatic-tmp.vue @@ -1,13 +1,46 @@ diff --git a/components/tpx-select/tpx-select.vue b/components/tpx-select/tpx-select.vue index d11a1f1..9bea8eb 100644 --- a/components/tpx-select/tpx-select.vue +++ b/components/tpx-select/tpx-select.vue @@ -38,6 +38,8 @@ @onChange="handleDataItemChange" > + + 确认 @@ -73,6 +75,7 @@ let filedName = this.searchFiledName return { ...this.searchParam, + searchValue: this.keyword, // 默认 [filedName]: this.keyword, } },