From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 四月 2025 12:18:03 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/menu/components/module/invoice/verifycard/baseform/index.jsx | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/menu/components/module/invoice/verifycard/baseform/index.jsx b/src/menu/components/module/invoice/verifycard/baseform/index.jsx index 3074d39..27cd4c6 100644 --- a/src/menu/components/module/invoice/verifycard/baseform/index.jsx +++ b/src/menu/components/module/invoice/verifycard/baseform/index.jsx @@ -135,9 +135,14 @@ </Form.Item> </Col> : null} */} {verify.type === 'billout' ? <Col span={24}> - <Form.Item label="娴嬭瘯鍦板潃"> + <Form.Item label={ + <Tooltip placement="bottomLeft" title="鎺ュ彛鍦板潃闇�閫氳繃nginx杞彂锛岄粯璁ゅ湴鍧�涓� /fcc/di/output/invoice/issue銆�"> + <QuestionCircleOutlined className="mk-form-tip" /> + 娴嬭瘯鍦板潃 + </Tooltip> + }> {getFieldDecorator('interface', { - initialValue: verify.interface || '', + initialValue: verify.interface || '/fcc/di/output/invoice/issue', rules: [ { required: true, message: '璇疯緭鍏ユ祴璇曞湴鍧�!' } ] @@ -149,7 +154,7 @@ {verify.type === 'billout' ? <Col span={24}> <Form.Item label="姝e紡鍦板潃"> {getFieldDecorator('proInterface', { - initialValue: verify.proInterface || '', + initialValue: verify.proInterface || '/fcc/di/output/invoice/issue', })( <TextArea rows={2}/> )} @@ -158,7 +163,10 @@ {verify.type === 'billout' ? <Col span={8}> <Form.Item label="鍥炶皟琛ㄥ悕"> {getFieldDecorator('cbTable', { - initialValue: verify.cbTable || '' + initialValue: verify.cbTable || '', + rules: [ + { required: true, message: '璇疯緭鍏ヨ〃鍚�!' } + ] })( <Input autoComplete="off"/> )} -- Gitblit v1.8.0