diff --git a/pages/client-credit-list/index.vue b/pages/client-credit-list/index.vue
index 43b6f7d..a874c7d 100644
--- a/pages/client-credit-list/index.vue
+++ b/pages/client-credit-list/index.vue
@@ -87,6 +87,8 @@ export default {
// this.list = []
// this.list = [...this.list, ...[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]]
resolve({ list: this.list, total: res.total })
+ } else {
+ reject()
}
})
.catch((err) => {
diff --git a/pages/client-detail/base-paper-deals.vue b/pages/client-detail/base-paper-deals.vue
index fefcc4e..eedec9b 100644
--- a/pages/client-detail/base-paper-deals.vue
+++ b/pages/client-detail/base-paper-deals.vue
@@ -1,48 +1,52 @@
-
-
-
-
- 交易金额
- {{topInfo.tradingVolume}}
-
-
- 总交易量(吨)
- {{topInfo.volumeOfBusiness}}
-
-
-
-
-
-
-
-
-
- {{subItem.productName}}
- {{subItem.brandName}}/{{subItem.categoryName}}/{{subItem.gramWeight}}g/{{subItem.length}}*{{subItem.width}}/{{subItem.pieceQuantity}}张
-
-
-
+
+
+ {{ subItem.productName }}
+
+ {{ subItem.brandName }}/{{ subItem.categoryName }}/{{ subItem.gramWeight }}g/{{ subItem.length }}*{{ subItem.width }}/{{
+ subItem.pieceQuantity
+ }}张
+
+
+
+
-
- {{item.createTime}}
-
- 更多详情
-
-
-
-
-
-
-
+
+ {{ item.createTime }}
+
+ 更多详情
+
+
+
+
+
+
+
diff --git a/pages/client-detail/equipment-information.vue b/pages/client-detail/equipment-information.vue
index e1264c7..7585ed1 100644
--- a/pages/client-detail/equipment-information.vue
+++ b/pages/client-detail/equipment-information.vue
@@ -1,109 +1,112 @@
-
-
-
-
-
-
-
- {{item.totalCapacity}}件
-
-
- 设备产能
-
-
-
- {{item.totalTime}}h
-
-
- 工作时长
-
-
-
- {{item.totalAvgStartingUp}}%
-
-
- 开机率
-
-
-
-
-
-
- 设备图片:
- 点击查看
-
-
- 购买年份:
- {{item.purchasingDate}}年
-
-
-
-
- 购买金额:
- {{item.purchaseAmount}}万
-
-
- 设备产能:
- {{item.capacity}}
-
-
-
-
- 成色:
- {{item.newnessDegree}}
-
-
- 设备类型:
- {{item.machineTypeName}}
-
-
-
-
- 最大输纸 长度:
- {{item.inputMaxSizeLength}}mm
-
-
- 最大输纸 宽度:
- {{item.inputMaxSizeWidth}}mm
-
-
-
-
- 最大输纸 厚度:
- {{item.inputMaxThickness}}mm
-
-
- 咬口:
- {{item.lockSeam}}mm
-
-
-
-
-
-
- 设备详情
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ item.totalCapacity }}件
+
+
+ 设备产能
+
+
+
+ {{ item.totalTime }}h
+
+
+ 工作时长
+
+
+
+ {{ item.totalAvgStartingUp }}%
+
+
+ 开机率
+
+
+
+
+
+
+ 设备图片:
+ 点击查看
+
+
+ 购买年份:
+ {{ item.purchasingDate }}年
+
+
+
+
+ 购买金额:
+ {{ item.purchaseAmount }}万
+
+
+ 设备产能:
+ {{ item.capacity }}
+
+
+
+
+ 成色:
+ {{ item.newnessDegree }}
+
+
+ 设备类型:
+ {{ item.machineTypeName }}
+
+
+
+
+ 最大输纸 长度:
+ {{ item.inputMaxSizeLength }}mm
+
+
+ 最大输纸 宽度:
+ {{ item.inputMaxSizeWidth }}mm
+
+
+
+
+ 最大输纸 厚度:
+ {{ item.inputMaxThickness }}mm
+
+
+ 咬口:
+ {{ item.lockSeam }}mm
+
+
+
+
+
+
+ 设备详情
+
+
+
+
+
+
+
diff --git a/pages/client-list/index.vue b/pages/client-list/index.vue
index 2e9a65f..e5a3bf8 100644
--- a/pages/client-list/index.vue
+++ b/pages/client-list/index.vue
@@ -106,6 +106,8 @@ export default {
// this.list = []
// this.list = [...this.list, ...[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]]
resolve({ list: this.list, total: res.total })
+ } else {
+ reject()
}
})
.catch((err) => {
diff --git a/pages/trade/orderList.vue b/pages/trade/orderList.vue
index 2341f1f..e4880fc 100644
--- a/pages/trade/orderList.vue
+++ b/pages/trade/orderList.vue
@@ -1,45 +1,51 @@
-
-
-
-
-
-
- {{ item.customerEnterpriseName }}
- {{ item.orderId }}
-
-
- {{ item.status | statusFilter }}
- {{ item.createTime }}
-
-
-
-
-
-
-
-
-
- {{ subItem.productName }}
-
- {{ subItem.categoryName }}/{{ subItem.brandName }}/{{ item.gramWeight }}g/{{ subItem.length }}*{{ subItem.width }}/{{ subItem.pieceQuantity }}张
-
-
-
-
-
-
- 交货时间:
- {{ item.deliveryLeadtime }}
-
-
- ¥{{ item.totalOfferPrice }}
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ item.customerEnterpriseName }}
+ {{ item.orderId }}
+
+
+ {{ item.status | statusFilter }}
+ {{ item.createTime }}
+
+
+
+
+
+
+
+
+
+ {{ subItem.productName }}
+
+ {{ subItem.categoryName }}/{{ subItem.brandName }}/{{ item.gramWeight }}g/{{ subItem.length }}*{{ subItem.width }}/{{ subItem.pieceQuantity }}张
+
+
+
+
+
+
+ 交货时间:
+ {{ item.deliveryLeadtime }}
+
+
+ ¥{{ item.totalOfferPrice }}
+
+
+
+
+
+
diff --git a/pages/trade/quotationList.vue b/pages/trade/quotationList.vue
index 40c36fe..ca3df60 100644
--- a/pages/trade/quotationList.vue
+++ b/pages/trade/quotationList.vue
@@ -1,59 +1,64 @@
-
-
-
-
- {{ item.belongEnterpriseName }}
- {{ item.replyStatus | replyStatusName }}
-
-
-
-
-
-
-
-
- {{subItem.brandName}}
-
- {{subItem.categoryName}}/{{subItem.paperName}}/{{subItem.gramWeight}}g/{{subItem.length}}*{{subItem.width}}/{{subItem.quantity}}张
-
-
-
-
+
+
+
+ {{ subItem.brandName }}
+
+ {{ subItem.categoryName }}/{{ subItem.paperName }}/{{ subItem.gramWeight }}g/{{ subItem.length }}*{{ subItem.width }}/{{ subItem.quantity }}张
+
+
+
+
-
-
-
- 交货时间:
- {{item.deliveryDay}}天
-
-
- 交货区域:
- {{item.deliveryArea}}
-
-
-
- 报价截止:
- {{item.enquiryValidTime}}
-
-
-
-
-
-
-
-
-
-
- 我的报价
-
-
-
+
+
+
+ 交货时间:
+ {{ item.deliveryDay }}天
+
+
+ 交货区域:
+ {{ item.deliveryArea }}
+
+
+
+ 报价截止:
+ {{ item.enquiryValidTime }}
+
+
+
+
+
+
+
+
+
+
+ 我的报价
+
+
+
+