Commit 4dc9675c9798a699898b3f14f3c657af4eb326cb
1 parent
2d1d2d32
fix: 删除开具类型
Showing
5 changed files
with
8 additions
and
24 deletions
src/pages/Invoice/InvoiceRecord/components/InvoiceRecordDetailModal.tsx
@@ -3,7 +3,6 @@ import InvoiceDetailTable from '@/pages/Invoice/InvoiceRecord/components/Invoice | @@ -3,7 +3,6 @@ import InvoiceDetailTable from '@/pages/Invoice/InvoiceRecord/components/Invoice | ||
3 | import { | 3 | import { |
4 | postServiceConstGetPayeeEnum, | 4 | postServiceConstGetPayeeEnum, |
5 | postServiceConstInvoiceType, | 5 | postServiceConstInvoiceType, |
6 | - postServiceConstInvoicingType, | ||
7 | postServiceInvoiceGetInvoiceRecord, | 6 | postServiceInvoiceGetInvoiceRecord, |
8 | postServiceInvoiceModifyRecord, | 7 | postServiceInvoiceModifyRecord, |
9 | } from '@/services'; | 8 | } from '@/services'; |
@@ -230,7 +229,7 @@ export default ({ id, setVisible, reloadTable }) => { | @@ -230,7 +229,7 @@ export default ({ id, setVisible, reloadTable }) => { | ||
230 | { required: true, message: 'Please select your country!' }, | 229 | { required: true, message: 'Please select your country!' }, |
231 | ]} | 230 | ]} |
232 | /> | 231 | /> |
233 | - <ProFormSelect | 232 | + {/* <ProFormSelect |
234 | name="invoicingType" | 233 | name="invoicingType" |
235 | readonly={readOnly} | 234 | readonly={readOnly} |
236 | label="开具类型" | 235 | label="开具类型" |
@@ -246,7 +245,7 @@ export default ({ id, setVisible, reloadTable }) => { | @@ -246,7 +245,7 @@ export default ({ id, setVisible, reloadTable }) => { | ||
246 | rules={[ | 245 | rules={[ |
247 | { required: true, message: 'Please select your country!' }, | 246 | { required: true, message: 'Please select your country!' }, |
248 | ]} | 247 | ]} |
249 | - /> | 248 | + /> */} |
250 | <ProFormList | 249 | <ProFormList |
251 | label="订单号" | 250 | label="订单号" |
252 | name="orderIdList" | 251 | name="orderIdList" |
src/pages/Invoice/InvoiceVerification/components/InvoiceRecordDetailModal.tsx
@@ -3,7 +3,6 @@ import InvoiceDetailTable from '@/pages/Invoice/InvoiceVerification/components/I | @@ -3,7 +3,6 @@ import InvoiceDetailTable from '@/pages/Invoice/InvoiceVerification/components/I | ||
3 | import { | 3 | import { |
4 | postServiceConstGetPayeeEnum, | 4 | postServiceConstGetPayeeEnum, |
5 | postServiceConstInvoiceType, | 5 | postServiceConstInvoiceType, |
6 | - postServiceConstInvoicingType, | ||
7 | postServiceInvoiceGetInvoiceRecord, | 6 | postServiceInvoiceGetInvoiceRecord, |
8 | postServiceInvoiceModifyRecord, | 7 | postServiceInvoiceModifyRecord, |
9 | } from '@/services'; | 8 | } from '@/services'; |
@@ -229,7 +228,7 @@ export default ({ id, setVisible }) => { | @@ -229,7 +228,7 @@ export default ({ id, setVisible }) => { | ||
229 | { required: true, message: 'Please select your country!' }, | 228 | { required: true, message: 'Please select your country!' }, |
230 | ]} | 229 | ]} |
231 | /> | 230 | /> |
232 | - <ProFormSelect | 231 | + {/* <ProFormSelect |
233 | name="invoicingType" | 232 | name="invoicingType" |
234 | readonly={readOnly} | 233 | readonly={readOnly} |
235 | label="开具类型" | 234 | label="开具类型" |
@@ -245,7 +244,7 @@ export default ({ id, setVisible }) => { | @@ -245,7 +244,7 @@ export default ({ id, setVisible }) => { | ||
245 | rules={[ | 244 | rules={[ |
246 | { required: true, message: 'Please select your country!' }, | 245 | { required: true, message: 'Please select your country!' }, |
247 | ]} | 246 | ]} |
248 | - /> | 247 | + /> */} |
249 | <ProFormList | 248 | <ProFormList |
250 | label="订单号" | 249 | label="订单号" |
251 | name="orderIdList" | 250 | name="orderIdList" |
src/pages/Order/FeedBack/InvoicingDrawerForm.tsx
@@ -4,7 +4,6 @@ import { | @@ -4,7 +4,6 @@ import { | ||
4 | postServiceConstGetPayeeEnum, | 4 | postServiceConstGetPayeeEnum, |
5 | postServiceConstInitInvoiceDetailNames, | 5 | postServiceConstInitInvoiceDetailNames, |
6 | postServiceConstInvoiceType, | 6 | postServiceConstInvoiceType, |
7 | - postServiceConstInvoicingType, | ||
8 | postServiceConstListInvoiceDetailNames, | 7 | postServiceConstListInvoiceDetailNames, |
9 | postServiceInvoiceApplyInvoice, | 8 | postServiceInvoiceApplyInvoice, |
10 | postServiceInvoiceQueryCompanyInfo, | 9 | postServiceInvoiceQueryCompanyInfo, |
@@ -298,7 +297,7 @@ export default ({ dataList, setVisible, mainOrder, onClose }) => { | @@ -298,7 +297,7 @@ export default ({ dataList, setVisible, mainOrder, onClose }) => { | ||
298 | label="联系人" | 297 | label="联系人" |
299 | rules={[{ required: true, message: '请选择银行联行号!' }]} | 298 | rules={[{ required: true, message: '请选择银行联行号!' }]} |
300 | /> | 299 | /> |
301 | - <ProFormSelect | 300 | + {/* <ProFormSelect |
302 | name="invoicingType" | 301 | name="invoicingType" |
303 | label="开具类型" | 302 | label="开具类型" |
304 | request={async () => { | 303 | request={async () => { |
@@ -308,7 +307,7 @@ export default ({ dataList, setVisible, mainOrder, onClose }) => { | @@ -308,7 +307,7 @@ export default ({ dataList, setVisible, mainOrder, onClose }) => { | ||
308 | }} | 307 | }} |
309 | placeholder="请选择开具类型" | 308 | placeholder="请选择开具类型" |
310 | rules={[{ required: true, message: '请选择开具类型!' }]} | 309 | rules={[{ required: true, message: '请选择开具类型!' }]} |
311 | - /> | 310 | + /> */} |
312 | <ProFormSelect | 311 | <ProFormSelect |
313 | name="type" | 312 | name="type" |
314 | label="开票类型" | 313 | label="开票类型" |
src/pages/Order/Order/components/InvoicingDrawerForm.tsx
@@ -4,7 +4,6 @@ import { | @@ -4,7 +4,6 @@ import { | ||
4 | postServiceConstGetPayeeEnum, | 4 | postServiceConstGetPayeeEnum, |
5 | postServiceConstInitInvoiceDetailNames, | 5 | postServiceConstInitInvoiceDetailNames, |
6 | postServiceConstInvoiceType, | 6 | postServiceConstInvoiceType, |
7 | - postServiceConstInvoicingType, | ||
8 | postServiceConstListInvoiceDetailNames, | 7 | postServiceConstListInvoiceDetailNames, |
9 | postServiceInvoiceApplyInvoice, | 8 | postServiceInvoiceApplyInvoice, |
10 | postServiceInvoiceQueryCompanyInfo, | 9 | postServiceInvoiceQueryCompanyInfo, |
@@ -326,7 +325,7 @@ export default ({ | @@ -326,7 +325,7 @@ export default ({ | ||
326 | label="联系人" | 325 | label="联系人" |
327 | rules={[{ required: true, message: '请选择银行联行号!' }]} | 326 | rules={[{ required: true, message: '请选择银行联行号!' }]} |
328 | /> | 327 | /> |
329 | - <ProFormSelect | 328 | + {/* <ProFormSelect |
330 | name="invoicingType" | 329 | name="invoicingType" |
331 | label="开具类型" | 330 | label="开具类型" |
332 | request={async () => { | 331 | request={async () => { |
@@ -336,7 +335,7 @@ export default ({ | @@ -336,7 +335,7 @@ export default ({ | ||
336 | }} | 335 | }} |
337 | placeholder="请选择开具类型" | 336 | placeholder="请选择开具类型" |
338 | rules={[{ required: true, message: '请选择开具类型!' }]} | 337 | rules={[{ required: true, message: '请选择开具类型!' }]} |
339 | - /> | 338 | + /> */} |
340 | <ProFormSelect | 339 | <ProFormSelect |
341 | name="type" | 340 | name="type" |
342 | label="开票类型" | 341 | label="开票类型" |
src/pages/Order/OrderList/InvoicingDrawerForm.tsx
@@ -4,7 +4,6 @@ import { | @@ -4,7 +4,6 @@ import { | ||
4 | postServiceConstGetPayeeEnum, | 4 | postServiceConstGetPayeeEnum, |
5 | postServiceConstInitInvoiceDetailNames, | 5 | postServiceConstInitInvoiceDetailNames, |
6 | postServiceConstInvoiceType, | 6 | postServiceConstInvoiceType, |
7 | - postServiceConstInvoicingType, | ||
8 | postServiceConstListInvoiceDetailNames, | 7 | postServiceConstListInvoiceDetailNames, |
9 | postServiceInvoiceApplyInvoice, | 8 | postServiceInvoiceApplyInvoice, |
10 | postServiceInvoiceQueryCompanyInfo, | 9 | postServiceInvoiceQueryCompanyInfo, |
@@ -456,17 +455,6 @@ export default ({ | @@ -456,17 +455,6 @@ export default ({ | ||
456 | rules={[{ required: true, message: '请选择银行联行号!' }]} | 455 | rules={[{ required: true, message: '请选择银行联行号!' }]} |
457 | /> | 456 | /> |
458 | <ProFormSelect | 457 | <ProFormSelect |
459 | - name="invoicingType" | ||
460 | - label="开具类型" | ||
461 | - request={async () => { | ||
462 | - let invoicingTypeRet = await postServiceConstInvoicingType(); | ||
463 | - let options = enumToSelect(invoicingTypeRet.data); | ||
464 | - return options; | ||
465 | - }} | ||
466 | - placeholder="请选择开具类型" | ||
467 | - rules={[{ required: true, message: '请选择开具类型!' }]} | ||
468 | - /> | ||
469 | - <ProFormSelect | ||
470 | name="type" | 458 | name="type" |
471 | label="开票类型" | 459 | label="开票类型" |
472 | placeholder="请选择开票类型" | 460 | placeholder="请选择开票类型" |