king
2020-07-15 fa3470f48ebd003ff97eed1340483da7833c0832
src/tabviews/zshare/actionList/newpagebutton/index.jsx
@@ -42,6 +42,7 @@
   */
  actionTrigger = (record) => {
    const { setting, btn, selectedData } = this.props
    const _this = this
    let data = []
    if (record) { // 表格中触发按钮
@@ -88,9 +89,8 @@
    } else if (btn.pageTemplate === 'pay') {
      let _p = `ID=${Id}&userid=${sessionStorage.getItem('UserID')}&LoginUID=${sessionStorage.getItem('LoginUID')}&logo=${window.GLOB.doclogo}&name=${sessionStorage.getItem('Full_Name')}&suid=${sessionStorage.getItem('SessionUid')}&icp=${window.GLOB.ICP}&copyRight=${window.GLOB.copyRight}`
      let url = '#/pay/' +  window.btoa(window.encodeURIComponent(_p))
      let _this = this
      _this.props.updateStatus('start')
      this.props.updateStatus('start')
      confirm({
        title: '请在付款页面完成订单支付。',
        content: '',
@@ -102,7 +102,6 @@
        },
        onCancel() {
          _this.props.updateStatus('refresh', 'grid')
          // _this.props.updateStatus('over')
        },
      })
      window.open(url)