feat(finance): 订单新增流水号查询订单
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CI / CI OK (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Lock Threads / action (push) Has been cancelled
Issue Close Require / close-issues (push) Has been cancelled
Close stale issues / stale (push) Has been cancelled
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CI / CI OK (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Lock Threads / action (push) Has been cancelled
Issue Close Require / close-issues (push) Has been cancelled
Close stale issues / stale (push) Has been cancelled
This commit is contained in:
@@ -42,6 +42,17 @@ export const formOptions: VbenFormProps = {
|
|||||||
fieldName: 'order_no',
|
fieldName: 'order_no',
|
||||||
label: '订单号',
|
label: '订单号',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// 第三方支付订单号:落在 yii_payment_product_order.transaction_id(易票联 transactionNo 等),后端 whereHas paidPayments
|
||||||
|
component: 'Input',
|
||||||
|
componentProps: {
|
||||||
|
allowClear: true,
|
||||||
|
placeholder: '第三方支付订单号',
|
||||||
|
},
|
||||||
|
defaultValue: '',
|
||||||
|
fieldName: 'transaction_id',
|
||||||
|
label: '支付单号',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
// 门店多选:名称/拼音首拼气泡选择,诊所+药店
|
// 门店多选:名称/拼音首拼气泡选择,诊所+药店
|
||||||
component: 'StoreMultiSearch',
|
component: 'StoreMultiSearch',
|
||||||
|
|||||||
@@ -45,6 +45,17 @@ export const formOptions: VbenFormProps = {
|
|||||||
fieldName: 'order_no',
|
fieldName: 'order_no',
|
||||||
label: '订单号',
|
label: '订单号',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// 第三方支付订单号:落在 yii_payment_register.transaction_id,后端 whereHas payments
|
||||||
|
component: 'Input',
|
||||||
|
componentProps: {
|
||||||
|
allowClear: true,
|
||||||
|
placeholder: '第三方支付订单号',
|
||||||
|
},
|
||||||
|
defaultValue: '',
|
||||||
|
fieldName: 'transaction_id',
|
||||||
|
label: '支付单号',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
// 就诊人姓名/手机号模糊(后端 PersonKeywordScopeService,whereHas 关联表)
|
// 就诊人姓名/手机号模糊(后端 PersonKeywordScopeService,whereHas 关联表)
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
|
|||||||
Reference in New Issue
Block a user