Commit be0299b9 authored by wzy's avatar wzy

feat: 进销存新建仓库ui修改

parent 8ee1529f
......@@ -17,7 +17,7 @@ export const warehouseDetailSchema: ISchema = {
'x-component': 'mega-layout',
'x-component-props': {
labelCol: 4,
wrapperCol: 18,
wrapperCol: 20,
labelAlign: 'left',
grid: true,
full: true,
......@@ -177,7 +177,7 @@ export const warehouseDetailSchema: ISchema = {
grid: true,
full: true,
autoRow: true,
columns: 2,
columns: 4,
},
properties: {
telCode: {
......@@ -189,9 +189,9 @@ export const warehouseDetailSchema: ISchema = {
},
tel: {
type: 'string',
// 'x-mega-props': {
// span: 3,
// },
'x-mega-props': {
span: 3,
},
'x-component-props': {
placeholder: intl.formatMessage({ id: 'stockSellStorage.qingshurunideshoujihao' }),
maxLength: 11,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment