diff --git a/src/api/ebiz/allowance/allowance.js b/src/api/ebiz/allowance/allowance.js index a22fb7d29..e7232fe51 100644 --- a/src/api/ebiz/allowance/allowance.js +++ b/src/api/ebiz/allowance/allowance.js @@ -119,7 +119,7 @@ export function approveInit(data) { // <-- zhangqi 津贴申请与我的资料使用到的接口 begin --> -// 津贴申请-基本信息,账户信息,影响资料等点击下一步操作时调用的保存接口 +// 津贴申请-基本信息,账户信息,影像资料等点击下一步操作时调用的保存接口 export function saveOrUpdateAllowanceUrl(data) { return request({ url: getUrl('/agent/allowance/saveOrUpdateAllowance', 1), diff --git a/src/api/ebiz/allowance/myInfo.js b/src/api/ebiz/allowance/myInfo.js index 398d60b26..94c70af2d 100644 --- a/src/api/ebiz/allowance/myInfo.js +++ b/src/api/ebiz/allowance/myInfo.js @@ -1,7 +1,7 @@ import request from '@/assets/js/utils/request' import getUrl from '@/assets/js/utils/get-url' -// 我的资料-基本信息,账户信息,影响资料等查询详细数据信息的接口 +// 我的资料-基本信息,账户信息,影像资料等查询详细数据信息的接口 export function getAllowanceBaseDetail(data) { return request({ url: getUrl('/agent/allowanceBase/getAllowanceBaseDetail', 1), @@ -10,7 +10,7 @@ export function getAllowanceBaseDetail(data) { }) } -// 我的资料-基本信息,账户信息,影响资料等点击下一步操作时调用的保存接口 +// 我的资料-基本信息,账户信息,影像资料等点击下一步操作时调用的保存接口 export function saveOrUpdateAllowanceBase(data) { return request({ url: getUrl('/agent/allowanceBase/saveOrUpdateAllowanceBase', 1), diff --git a/src/components/ebiz/allowance/application/IndexBar.vue b/src/components/ebiz/allowance/application/IndexBar.vue index 392d88c4f..9c0f5b33b 100644 --- a/src/components/ebiz/allowance/application/IndexBar.vue +++ b/src/components/ebiz/allowance/application/IndexBar.vue @@ -79,7 +79,7 @@ export default { }, { pageNo: 3, - pageItem: '影响资料', + pageItem: '影像资料', urlStr: '/allowance/application/AttachmentManagement', tabClass: '', imgCheckedUrl: this.$assetsUrl + 'images/allowance/yxzz.png', diff --git a/src/components/ebiz/allowance/myInfo/IndexBar.vue b/src/components/ebiz/allowance/myInfo/IndexBar.vue index 47460fcc2..c7cf86356 100644 --- a/src/components/ebiz/allowance/myInfo/IndexBar.vue +++ b/src/components/ebiz/allowance/myInfo/IndexBar.vue @@ -79,7 +79,7 @@ export default { }, { pageNo: 3, - pageItem: '影响资料', + pageItem: '影像资料', urlStr: '/allowance/myInfo/AttachmentManagement', tabClass: '', imgCheckedUrl: this.$assetsUrl + 'images/allowance/yxzz.png', diff --git a/src/components/ebiz/parentList/Parent.vue b/src/components/ebiz/parentList/Parent.vue index c93f364a0..ef5782985 100644 --- a/src/components/ebiz/parentList/Parent.vue +++ b/src/components/ebiz/parentList/Parent.vue @@ -2,16 +2,18 @@
-
- -
-
{{ parent.name }}
-
-
- {{ parent.typeName }} +
+
+ +
+
{{ parent.name }}
+
+
+ {{ parent.typeName }} +
+
@@ -57,12 +59,28 @@ export default { this.getList() }, mounted() { + setTimeout(() => { + // eslint-disable-next-line no-undef + EWebBridge.webCallAppInJs('webview_left_button', { + img: this.$assetsUrl + 'images/del-close-btn@3x.png', + intercept: '1' //是否拦截原生返回事件 1是 其他否 + }) + }, 100) + // 筛选按钮的点击事件 + window.appCallBack = this.appCallBack let str = location.hash this.locationHashFlag = str.search(/myInfo/i) // 调用初始化加载,判断是否弹出Dialog弹出框的方法 this.init() }, methods: { + appCallBack(data) { + if (data.trigger == 'left_button_click') { + this.$jump({ + flag: 'home' + }) + } + }, /** * @Description: 初始化加载,判断是否弹出Dialog弹出框的方法 * @author:zhangqi @@ -190,6 +208,10 @@ export default { border-bottom: 1px solid #d6d6d6; } + .border-t:nth-of-type(1) { + border-top: 1px solid #d6d6d6; + } + .content:last-child { border: none; } diff --git a/src/views/ebiz/allowance/application/BaseInfo.vue b/src/views/ebiz/allowance/application/BaseInfo.vue index 7754b0295..3adbd0e63 100644 --- a/src/views/ebiz/allowance/application/BaseInfo.vue +++ b/src/views/ebiz/allowance/application/BaseInfo.vue @@ -289,8 +289,6 @@ export default { this.allowancePageFlag = '1' localStorage.setItem('allowancePageFlag', this.allowancePageFlag) } - } else { - this.$toast(res.resultMessage) } }) } else { diff --git a/src/views/ebiz/allowance/application/SignatureConfirmation/SignatureConfirmation.vue b/src/views/ebiz/allowance/application/SignatureConfirmation/SignatureConfirmation.vue index e493e1e7f..a1947eaca 100644 --- a/src/views/ebiz/allowance/application/SignatureConfirmation/SignatureConfirmation.vue +++ b/src/views/ebiz/allowance/application/SignatureConfirmation/SignatureConfirmation.vue @@ -1,24 +1,27 @@ - -