|
|
@@ -8,7 +8,7 @@ import {
|
|
|
isObjEmpty,
|
|
|
isObjNull,
|
|
|
strContain,
|
|
|
- isMobile
|
|
|
+ // isMobile
|
|
|
} from '../../utils/common'
|
|
|
import { message } from 'antd'
|
|
|
import { Prompt } from 'react-router-dom'
|
|
|
@@ -91,7 +91,7 @@ export default class BillDetails extends Component {
|
|
|
if (isObjEmpty(mCaller)) {
|
|
|
message.error('单据caller为空,单据获取失败')
|
|
|
} else {
|
|
|
- if(mCaller == 'WAGEBASEDETAILPUSH'&&!isMobile()&&mMaster=='SZSI_P'){
|
|
|
+ /* if(mCaller == 'WAGEBASEDETAILPUSH'&&!isMobile()&&mMaster=='SZSI_P'){
|
|
|
let { userState: { userCode, accountCode } } = this.props;
|
|
|
this.promptAlert1 = prompt('提示', '请先输入手机号码', [
|
|
|
{
|
|
|
@@ -139,10 +139,10 @@ export default class BillDetails extends Component {
|
|
|
], 'default')
|
|
|
|
|
|
|
|
|
- }else {
|
|
|
+ }else {*/
|
|
|
Toast.loading('正在获取单据', 0)
|
|
|
this.loadFormandGridDetail()
|
|
|
- }
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -1466,7 +1466,7 @@ export default class BillDetails extends Component {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- setQueryCode = () => {
|
|
|
+/* setQueryCode = () => {
|
|
|
let { phone } = this.state
|
|
|
let { userState: { userCode, accountCode } } = this.props;
|
|
|
this.promptAlert2 = prompt('首次使用,请设置查询密码', null, [
|
|
|
@@ -1508,5 +1508,5 @@ export default class BillDetails extends Component {
|
|
|
}),
|
|
|
},
|
|
|
], 'default', null, ['请输入查询密码(限20位)'])
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|