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 @@
-
+
+
+
+ {{item.feeName}}
+
+
+
+
+ 实收 {{item.realFee || 0}}CNY
+
+
+ 应收 {{item.fee || 0}}CNY
+
+
+
+
+
+
+ 首重费 {{item.initialWeightFee || 0}}CNY
+
+
+ 续重单价 {{item.addWeightPrice || 0}}CNY
+
+
+
+
+ 描述 {{item.remark || '-'}}
+
+
+
+
+
- 总费用
-
- {{modelInfo.freight || 0}}CNY
-
+ 特殊报价
+ {{modelInfo.blSpecialQuote ? '是' : '否'}}
+
+
+ 敏感物
+ {{modelInfo.blSpecialGoods ? '是' : '否'}}
计费方式
@@ -18,53 +51,20 @@
-
-
-
- 特殊报价
- {{modelInfo.blSpecialQuote ? '是' : '否'}}
-
-
- 敏感物
- {{modelInfo.blSpecialGoods ? '是' : '否'}}
-
+
+
+ 总运费
+
+ {{modelInfo.freight || 0}}
+ CNY
+
-
-
-
-
-
-
-
-
- {{item.feeName}} {{item.realFee || 0}}CNY
-
-
- 应收 {{item.fee || 0}}CNY
-
-
-
-
-
-
- 续重单价 {{item.addWeightPrice || 0}}CNY
-
-
- 首重费 {{item.initialWeightFee || 0}}CNY
-
-
-
-
- 计算公式 {{item.calcExp}}
-
-
-
-
+
费用备注
- {{modelInfo.feeRemaker}}
+ {{modelInfo.feeRemaker || '-'}}
diff --git a/components/buns-post-edit-templates/bpe-goodstatic-tmp.vue b/components/buns-post-edit-templates/bpe-goodstatic-tmp.vue
index b78cfb4..856748e 100644
--- a/components/buns-post-edit-templates/bpe-goodstatic-tmp.vue
+++ b/components/buns-post-edit-templates/bpe-goodstatic-tmp.vue
@@ -108,6 +108,18 @@
+
+
+ 是否子单
+ {{modelInfo.blGenSubbill=='1'?'是':'否'}}
+
+
+
+
+ 合同号
+ {{modelInfo.custOrderId || '-'}}
+
+
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,
}
},