|
|
@ -63,6 +63,19 @@ export const BalanceChangeHistory = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '前-ID', |
|
|
|
field: 'beforeId', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
value: 0 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '前-事务号', |
|
|
|
field: 'beforeTransNumber', |
|
|
@ -73,16 +86,19 @@ export const BalanceChangeHistory = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '前-ID', |
|
|
|
field: 'beforeId', |
|
|
|
label: '前-业务类型', |
|
|
|
field: 'beforeBusinessType', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
width: 220 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
value: 0 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '前-动作', |
|
|
|
field: 'beforeInventoryAction', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 220 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
@ -142,6 +158,19 @@ export const BalanceChangeHistory = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '后-ID', |
|
|
|
field: 'afterId', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
value: 0 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '后-事务号', |
|
|
|
field: 'afterTransNumber', |
|
|
@ -152,16 +181,19 @@ export const BalanceChangeHistory = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '后-ID', |
|
|
|
field: 'afterId', |
|
|
|
label: '后-业务类型', |
|
|
|
field: 'afterBusinessType', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
width: 220 |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
value: 0 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '后-动作', |
|
|
|
field: 'afterInventoryAction', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 220 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|