|
@@ -76,6 +76,11 @@
|
|
},
|
|
},
|
|
onLoad(options) {
|
|
onLoad(options) {
|
|
const _this = this
|
|
const _this = this
|
|
|
|
+ uni.setNavigationBarColor({
|
|
|
|
+ frontColor: '#ffffff',
|
|
|
|
+ backgroundColor: this.$config('primaryColor')
|
|
|
|
+ })
|
|
|
|
+
|
|
if(options&&options.billState){ // 指定单据状态
|
|
if(options&&options.billState){ // 指定单据状态
|
|
this.tabList.map((item,index) => {
|
|
this.tabList.map((item,index) => {
|
|
if(item.status == options.billState){
|
|
if(item.status == options.billState){
|
|
@@ -89,11 +94,6 @@
|
|
}
|
|
}
|
|
// 监听整改完成后刷新事件
|
|
// 监听整改完成后刷新事件
|
|
uni.$on('refreshBL', this.pageInit)
|
|
uni.$on('refreshBL', this.pageInit)
|
|
-
|
|
|
|
- uni.setNavigationBarColor({
|
|
|
|
- frontColor: '#ffffff',
|
|
|
|
- backgroundColor: this.$config('primaryColor')
|
|
|
|
- })
|
|
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
this.pageInit()
|
|
this.pageInit()
|