king
2020-04-17 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb
src/templates/zshare/verifycardexcelin/index.jsx
@@ -256,7 +256,7 @@
        notification.warning({
          top: 92,
          message: res.message,
          duration: 10
          duration: 5
        })
      }
    })
@@ -514,14 +514,14 @@
            notification.warning({
              top: 92,
              message: '请设置Excel列字段!',
              duration: 10
              duration: 5
            })
            return
          } else if (_verify.columns.length > cols.length) {
            notification.warning({
              top: 92,
              message: 'Excel列字段名,不可重复!',
              duration: 10
              duration: 5
            })
            return
          } else if (_verify.range === 1) {
@@ -530,7 +530,7 @@
              notification.warning({
                top: 92,
                message: '忽略首行时,会使用Text值校验Excel首行内容,Text值与Excel表首行内容相同,且均不可为空!',
                duration: 10
                duration: 5
              })
              return
            }
@@ -566,7 +566,7 @@
          notification.warning({
            top: 92,
            message: '请设置Excel表名!',
            duration: 10
            duration: 5
          })
        }
      })
@@ -598,13 +598,13 @@
        className: 'notification-custom-error',
        top: 92,
        message: '执行失败!',
        duration: 15
        duration: 10
      })
    } else if (errorType === 'N') {
      notification.error({
        top: 92,
        message: '执行失败!',
        duration: 15
        duration: 10
      })
    } else if (errorType === 'E') {
      Modal.error({
@@ -768,7 +768,7 @@
                </Col>
                <Col span={8}>
                  <Form.Item label={'停留时间'}>
                    <InputNumber defaultValue={verify.ntime || 15} min={1} max={10000} precision={0} onChange={(val) => {this.timeChange(val, 'ntime')}} />
                    <InputNumber defaultValue={verify.ntime || 10} min={1} max={10000} precision={0} onChange={(val) => {this.timeChange(val, 'ntime')}} />
                  </Form.Item>
                </Col>
              </Row>
@@ -783,7 +783,7 @@
                </Col>
                <Col span={8}>
                  <Form.Item label={'停留时间'}>
                    <InputNumber defaultValue={verify.ftime || 15} min={1} max={10000} precision={0} onChange={(val) => {this.timeChange(val, 'ftime')}} />
                    <InputNumber defaultValue={verify.ftime || 10} min={1} max={10000} precision={0} onChange={(val) => {this.timeChange(val, 'ftime')}} />
                  </Form.Item>
                </Col>
              </Row>