king
2023-05-20 01a88094eaa183714ed7490ca7b85fee1e7bb064
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -868,7 +868,11 @@
          if (/'/.test(val)) {
            val = val.replace(/'/ig, '"')
          }
          if (form.isconst) {
            _initFormfields.push(`@${_key}=N'${val}'`)
          } else {
          _initFormfields.push(`@${_key}='${val}'`)
          }
        }
      }
      
@@ -2125,7 +2129,7 @@
    param.secretkey = Utils.encrypt(param.LText, param.timestamp)
    Api.genericInterface(param).then(res => {
      // res.send_data = [{openid: 'o2E7gvoSFvQRG7I8_gZxf4y3ONkQ', send_id: '245dd33344', first: '您的缴费信息如下', p1: '010000000001', p2: '2022年07月03日', p3: '供暖缴费', p4: '20元', p5: '成功', remark: '感谢您的使用!'}]
      res.send_data = [{openid: 'o2E7gvoSFvQRG7I8_gZxf4y3ONkQ', send_id: Utils.getuuid(), first: '您的缴费信息如下', p1: '010000000001', p2: '2022年07月03日', p3: '供暖缴费', p4: '20元', p5: '成功', remark: '感谢您的使用!'}]
      if (!res.status) {
        notification.warning({
          top: 92,
@@ -2162,7 +2166,7 @@
      }
      
      verify.wxNoteKeys.forEach(item => {
        _param.data[item.key] = {value: '', color: '#000000'}
        _param.data[item.key] = {value: ''}
      })
      let params = sends.map(item => {
@@ -2608,7 +2612,8 @@
        fieldlen: item.fieldlength || 50,
        writein: item.writein !== 'false',
        type: item.type,
        value: item.initval
        value: item.initval,
        isconst: item.constant === 'true'
      }
      let key = item.field.toLowerCase()