diff --git a/financialCenter/business/index.vue b/financialCenter/business/index.vue
index 91db499..1babc25 100644
--- a/financialCenter/business/index.vue
+++ b/financialCenter/business/index.vue
@@ -6,12 +6,16 @@
left-icon="back" title="公司账户管理" />
+ placeholder-style="color:#bbb;font-weight: 100;" confirmType="搜索"
+ v-model="paramter.params.companyName" placeholder="请输入公司名称">
-
+
+
+
+
{
+ if (!res.data.list.length) {
+ uni.showToast({
+ title: '没有数据了哦~',
+ icon: 'none'
+ })
+ return
+ }
this.tableList = this.tableList.concat(res.data.list);
})
},
@@ -65,7 +76,7 @@
scrolltolower() {
this.paramter.currentPage += 1
this.getByPage()
-
+
},
handlerNumber(number) {
if (number == 0) return number
@@ -74,8 +85,8 @@
}
return +number.toFixed(2)
},
-
- jump(e, path,item) {
+
+ jump(e, path, item) {
console.log(123)
switch (e) {
case -1:
@@ -96,7 +107,7 @@
.uni-easyinput__content {
background-color: #fff;
}
-
+
.header {
position: relative;
width: 100%;
diff --git a/financialCenter/serviceStation/index.vue b/financialCenter/serviceStation/index.vue
index be9f455..4485248 100644
--- a/financialCenter/serviceStation/index.vue
+++ b/financialCenter/serviceStation/index.vue
@@ -12,6 +12,10 @@
+
+
+
{
+ if (!res.data.list.length) {
+ uni.showToast({
+ title: '没有数据了哦~',
+ icon: 'none'
+ })
+ return
+ }
this.tableList = this.tableList.concat(res.data.list);
})
},
diff --git a/pages.json b/pages.json
index e8bf190..0acdbe5 100644
--- a/pages.json
+++ b/pages.json
@@ -399,7 +399,7 @@
"path": "business/detail",
"style": {
"navigationBarBackgroundColor": "#2866FF",
- "navigationBarTitleText": "企业账户管理",
+ "navigationBarTitleText": "公司账户管理",
"enablePullDownRefresh": false
}
diff --git a/pages/index/menu.json b/pages/index/menu.json
index d28d2d9..88ee3ef 100644
--- a/pages/index/menu.json
+++ b/pages/index/menu.json
@@ -121,7 +121,7 @@
"submenu":[
{
"icon":"iconxiugaijiage",
- "name":"企业账户管理",
+ "name":"公司账户管理",
"router":"/financialCenter/business/index",
"lable":"finance:account:enterprise"
},
diff --git a/priceAdjustmentTask/addTask/addTask.vue b/priceAdjustmentTask/addTask/addTask.vue
index cfdd0dc..18a8bca 100644
--- a/priceAdjustmentTask/addTask/addTask.vue
+++ b/priceAdjustmentTask/addTask/addTask.vue
@@ -65,10 +65,17 @@
style="font-size: 22rpx; color:#EE0707;margin-left: 30rpx;">
原价:{{ Number(aboutEnterprise.oilSiteOilsPrices[aboutEnterprise.oloIndex].marketPrice).toFixed(2)}}
+
+
-
元
@@ -81,11 +88,15 @@
style="font-size: 22rpx; color:#EE0707;margin-left: 30rpx;">
原价:{{Number(aboutEnterprise.oilSiteOilsPrices[aboutEnterprise.oloIndex].sitePrice).toFixed(2)}}
+
+
-
+
元
@@ -128,11 +139,17 @@
style="font-size: 22rpx; color:#EE0707;margin-left: 30rpx;">
{{Number(aboutEnterprise.oilSiteOilsPrices[aboutEnterprise.oloIndex].enterprisePrice).toFixed(2)}}
+
+
-
+
元
@@ -144,11 +161,17 @@
style="font-size: 22rpx; color:#EE0707;margin-left: 30rpx;">
{{Number(aboutEnterprise.oilSiteOilsPrices[aboutEnterprise.oloIndex].floorPrice||0).toFixed(4)}}
+
+
-
+
元
@@ -161,11 +184,17 @@
style="font-size: 22rpx; color:#EE0707;margin-left: 30rpx;">
{{Number(aboutEnterprise.oilSiteOilsPrices[aboutEnterprise.oloIndex].settlementPrice).toFixed(2)}}
+
+
-
+
元
@@ -201,6 +230,17 @@
+
+
+
+
+
+ {{windowInfo.text}}
+
+
+