邓雄飞 4 years ago
parent
commit
5136e729f8
7 changed files with 52 additions and 12 deletions
  1. 4
      manifest.json
  2. 12
      pages.json
  3. 5
      pages/client-detail/base-paper-deals.vue
  4. 5
      pages/client-detail/equipment-information.vue
  5. 22
      pages/start-page/index.vue
  6. 9
      pages/trade/orderList.vue
  7. 7
      pages/trade/quotationList.vue

4
manifest.json

@ -114,6 +114,10 @@
"spotlight@3x" : "unpackage/res/icons/120x120.png"
}
}
},
"splashscreen" : {
"androidStyle" : "default",
"iosStyle" : "common"
}
},
"uniStatistics" : {

12
pages.json

@ -323,7 +323,17 @@
"enablePullDownRefresh": false
}
}
],
,{
"path" : "pages/start-page/index",
"style" :
{
"navigationBarTitleText": "启动页",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",

5
pages/client-detail/base-paper-deals.vue

@ -58,9 +58,10 @@ export default {
option: {
size: 10,
auto: true,
emptyText: '暂无数据~',
emptyText: '暂无原纸交易~',
background: '#F7F8FA',
disabled: false
disabled: false,
emptyImage: '/static/imgs/order/order-empty.png'
},
params: {
asc: '',

5
pages/client-detail/equipment-information.vue

@ -122,9 +122,10 @@ export default {
option: {
size: 10,
auto: true,
emptyText: '暂无数据~',
emptyText: '暂无设备信息~',
background: '#F7F8FA',
disabled: false
disabled: false,
emptyImage: '/static/imgs/order/order-empty.png'
},
seemoreFlag: 0,
params: {

22
pages/start-page/index.vue

@ -0,0 +1,22 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>

9
pages/trade/orderList.vue

@ -68,14 +68,15 @@ export default {
auto: true,
emptyText: '暂无订单信息~',
background: '#F7F8FA',
fontSize: '40rpx'
fontSize: '40rpx',
emptyImage: '/static/imgs/client-detail/no-data-icon.png'
},
params: {
asc: '',
desc: '',
// customerEnterpriseId: this.$store.state.supplierInfo.id || null, // IDid
// mallSupplierId: this.$store.state.supplierInfo.supplierId || null, // id
customerEnterpriseId: '651107734133018624',
customerEnterpriseId: this.$store.state.supplierInfo.id || null, // IDid
mallSupplierId: this.$store.state.supplierInfo.supplierId || null, // id
// customerEnterpriseId: '651107734133018624',
// mallSupplierId: '670334117090562048', // id
status: '0' // 0 /30106,/30107,/30207,/30104
// enterpriseIds: [] //ID

7
pages/trade/quotationList.vue

@ -71,13 +71,14 @@ export default {
auto: true,
emptyText: '暂无报价信息~',
background: '#F7F8FA',
fontSize: '40rpx'
fontSize: '40rpx',
emptyImage: '/static/imgs/client-detail/no-data-icon.png'
},
params: {
asc: '',
desc: '',
// mallSupplierIds: [this.$store.state.supplierInfo.supplierId], // ID
mallSupplierIds: ['553703427180466176'] // ID
mallSupplierIds: [this.$store.state.supplierInfo.supplierId], // ID
// mallSupplierIds: ['553703427180466176'] // ID
},
pagination: {
pageNum: 0, //

Loading…
Cancel
Save