Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
3a573284
Commit
3a573284
authored
Aug 24, 2022
by
季圣华
Browse files
修改单据中名称列的宽度
parent
6e474f0e
Changes
13
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/modules/AllocationOutModal.vue
View file @
3a573284
...
...
@@ -143,7 +143,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/AssembleModal.vue
View file @
3a573284
...
...
@@ -144,7 +144,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/DisassembleModal.vue
View file @
3a573284
...
...
@@ -144,7 +144,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/OtherInModal.vue
View file @
3a573284
...
...
@@ -165,7 +165,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/OtherOutModal.vue
View file @
3a573284
...
...
@@ -165,7 +165,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/PurchaseBackModal.vue
View file @
3a573284
...
...
@@ -235,7 +235,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/PurchaseInModal.vue
View file @
3a573284
...
...
@@ -262,7 +262,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue
View file @
3a573284
...
...
@@ -232,7 +232,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/RetailBackModal.vue
View file @
3a573284
...
...
@@ -224,7 +224,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
12%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
9
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
6%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/RetailOutModal.vue
View file @
3a573284
...
...
@@ -236,7 +236,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
12%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
9
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
6%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/SaleBackModal.vue
View file @
3a573284
...
...
@@ -240,7 +240,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/SaleOrderModal.vue
View file @
3a573284
...
...
@@ -225,7 +225,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/SaleOutModal.vue
View file @
3a573284
...
...
@@ -278,7 +278,7 @@
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment