Browse Source

缺陷HL-6340

hella_online_20241030
zhaoxuebing 4 weeks ago
parent
commit
6b3b258966
  1. 60
      src/views/wms/inventoryManage/balanceChangeHistory/balanceChangeHistory.data.ts
  2. 2
      src/views/wms/inventoryManage/balanceChangeHistory/index.vue

60
src/views/wms/inventoryManage/balanceChangeHistory/balanceChangeHistory.data.ts

@ -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
},
},
{

2
src/views/wms/inventoryManage/balanceChangeHistory/index.vue

@ -103,7 +103,7 @@ const HeadButttondata = [
//defaultButtons.defaultImportBtn({hasPermi:'wms:balanceChangeHistory:import'}), //
defaultButtons.defaultExportBtn({hasPermi:'wms:balance-change-history:export'}), //
defaultButtons.defaultFreshBtn(null), //
defaultButtons.defaultFilterBtn(null), //
// defaultButtons.defaultFilterBtn(null), //
defaultButtons.defaultSetBtn(null), //
// {
// label: '',

Loading…
Cancel
Save