Procházet zdrojové kódy

Merge branch 'dev' of http://git.ycjcjy.com/estateagents/pc-channel into dev

zhoulisen před 5 roky
rodič
revize
b207084309

+ 3
- 1
src/pages/fundManagement/AccountManagement.jsx Zobrazit soubor

@@ -108,7 +108,9 @@ function header(props) {
108 108
             render: (x, row) => (
109 109
                 <>
110 110
                     <span style={{ color: '#FF925C', cursor: 'pointer', marginRight: '16px', display: 'inline-block' }}><Recharge onClick={handleReset} orgId={row.orgId} accountId={row.accountId} /></span>
111
-                   
111
+                    {/* <span style={{ color: '#FF925C', cursor: 'pointer', display: 'inline-block' }} >
112
+                        <Refund orgId={row.orgId} accountId={row.accountId} onClick={handleReset} realBalance={row.realBalance || '0'} />
113
+                    </span> */}
112 114
                 </>
113 115
             ),
114 116
         },

+ 1
- 1
src/pages/fundManagement/ConsumeOrder.jsx Zobrazit soubor

@@ -21,7 +21,7 @@ function header(props) {
21 21
     const [personInfo, setPersonInfo] = useState({})
22 22
     const orgId = props.orgId || ''
23 23
     useEffect(() => {
24
-        getList({ pageNum: 1, pageSize: 10, orderType: 'redPacket' });
24
+        getList({ pageNum: 1, pageSize: 10, orderType: 'RedPacket' });
25 25
     }, [])
26 26
 
27 27
     // 查询列表

+ 1
- 1
src/pages/fundManagement/RechargeOrder.jsx Zobrazit soubor

@@ -104,7 +104,7 @@ function header(props) {
104 104
             dataIndex: 'isOffline',
105 105
             key: 'isOffline',
106 106
             align: 'center',
107
-            render: (x, row) => <><span>{row.isOffline ? '运营手充值' : '业务线上充值'}</span></>
107
+            render: (x, row) => <><span>{row.isOffline ? '运营手充值' : '业务线上充值'}</span></>
108 108
         },
109 109
         {
110 110
             title: '下单时间',

+ 10
- 0
src/pages/fundManagement/RefundOrder.jsx Zobrazit soubor

@@ -321,6 +321,16 @@ function header(props) {
321 321
                         />,
322 322
                     )}
323 323
                 </Form.Item>
324
+                <Form.Item>
325
+                    {getFieldDecorator('auditStatus')(
326
+                        <Select style={{ width: '180px' }} placeholder="退款状态">
327
+                            <Select.Option value="">全部</Select.Option>
328
+                            <Select.Option value="checking">已申请</Select.Option>
329
+                            <Select.Option value="agree">已退款</Select.Option>
330
+                            <Select.Option value="unAgree">已驳回</Select.Option>
331
+                        </Select>,
332
+                    )}
333
+                </Form.Item>
324 334
                 <Form.Item>
325 335
                     <span style={{ marginRight: '10px' }}>退款时间段:</span>
326 336
                     {getFieldDecorator('LocalDate')(