Browse Source

修改长的label

master_hella_20240701
zhaoxuebing 9 months ago
parent
commit
dd94ee15d3
  1. 31
      src/views/wms/basicDataManage/itemarea/itemarea.data.ts

31
src/views/wms/basicDataManage/itemarea/itemarea.data.ts

@ -8,12 +8,6 @@ import * as PackageunitApi from '@/api/wms/packageunit'
import { Packageunit } from '../itemManage/packageunit/packageunit.data'
export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
// {
// label: 'id',
// field: 'id',
// sort: 'custom',
// isForm: false,
// },
{
label: '物品代码',
field: 'itemCode',
@ -76,8 +70,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
isSearch: true,
table: {
width: 140,
fixed: 'left'
width: 140
},
form: {
// labelMessage: '信息提示说明!!!',
@ -104,8 +97,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
isSearch: true,
table: {
width: 140,
fixed: 'left'
width: 140
},
form: {
// labelMessage: '信息提示说明!!!',
@ -131,8 +123,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
field: 'maxQty',
sort: 'custom',
table: {
width: 140,
fixed: 'left'
width: 140
},
form: {
component: 'InputNumber',
@ -147,8 +138,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
field: 'minQty',
sort: 'custom',
table: {
width: 140,
fixed: 'left'
width: 140
},
form: {
component: 'InputNumber',
@ -163,8 +153,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
field: 'safeQty',
sort: 'custom',
table: {
width: 170,
fixed: 'left'
width: 170
},
form: {
component: 'InputNumber',
@ -200,8 +189,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom',
isSearch: true,
table: {
width: 140,
fixed: 'left'
width: 140
},
form: {
// labelMessage: '信息提示说明!!!',
@ -227,8 +215,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
field: 'repleinshQty',
sort: 'custom',
table: {
width: 120,
fixed: 'left'
width: 120
},
form: {
component: 'InputNumber',
@ -383,7 +370,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
},
},
{
label: '入库后库存自动转为出库包装规格',
label: '入库自动转为出库包装规格',
field: 'newlyToOutpackunit',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
@ -403,7 +390,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
},
},
{
label: '出库后剩余库存自动转为出库包装规格',
label: '出库自动转为出库包装规格',
field: 'surplusToOutpackunit',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,

Loading…
Cancel
Save