mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 01:36:43 +08:00
【津贴模块,津贴申请和我的资料增加开户银行支行字段】调用子组件方法--通过所在市编码获取银行信息(开户银行)
This commit is contained in:
@@ -375,16 +375,16 @@ export default {
|
|||||||
//不符合条件时,阻断toast提示,触发按钮包括“津贴申请列表-未审批”【编辑】、“津贴申请列表-审批通过”【再次申请】、【点击申请】
|
//不符合条件时,阻断toast提示,触发按钮包括“津贴申请列表-未审批”【编辑】、“津贴申请列表-审批通过”【再次申请】、【点击申请】
|
||||||
async isConditionsFunc(type, order) {
|
async isConditionsFunc(type, order) {
|
||||||
// type 0点击申请 1编辑 2再次申请
|
// type 0点击申请 1编辑 2再次申请
|
||||||
// const res = await allowanceCheck({})
|
const res = await allowanceCheck({})
|
||||||
// if (res.result == '1') {
|
if (res.result == '1') {
|
||||||
// Toast({
|
Toast({
|
||||||
// className: 'textLeft',
|
className: 'textLeft',
|
||||||
// duration: 3000, // 持续展示 toast
|
duration: 3000, // 持续展示 toast
|
||||||
// forbidClick: true,
|
forbidClick: true,
|
||||||
// message: res.resultMessage
|
message: res.resultMessage
|
||||||
// })
|
})
|
||||||
// return
|
return
|
||||||
// }
|
}
|
||||||
|
|
||||||
if (type == 0) {
|
if (type == 0) {
|
||||||
this.applicationFunc()
|
this.applicationFunc()
|
||||||
|
|||||||
Reference in New Issue
Block a user