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
828a2cb6
Commit
828a2cb6
authored
Sep 26, 2022
by
季圣华
Browse files
调整单据录入界面的字段的宽度
parent
052d5a57
Changes
13
Show whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/modules/AllocationOutModal.vue
View file @
828a2cb6
...
@@ -137,19 +137,19 @@
...
@@ -137,19 +137,19 @@
loading
:
false
,
loading
:
false
,
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
调入仓库
'
,
key
:
'
anotherDepotId
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
},
{
title
:
'
调入仓库
'
,
key
:
'
anotherDepotId
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
},
{
title
:
'
单位
'
,
key
:
'
unit
'
,
width
:
'
4%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
单位
'
,
key
:
'
unit
'
,
width
:
'
4%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
多属性
'
,
key
:
'
sku
'
,
width
:
'
9%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
多属性
'
,
key
:
'
sku
'
,
width
:
'
9%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
数量
'
,
key
:
'
operNumber
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
inputNumber
,
statistics
:
true
,
{
title
:
'
数量
'
,
key
:
'
operNumber
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
inputNumber
,
statistics
:
true
,
...
...
jshERP-web/src/views/bill/modules/AssembleModal.vue
View file @
828a2cb6
...
@@ -138,15 +138,15 @@
...
@@ -138,15 +138,15 @@
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
商品类型
'
,
key
:
'
mType
'
,
width
:
'
7%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
商品类型
'
,
key
:
'
mType
'
,
width
:
'
7%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/DisassembleModal.vue
View file @
828a2cb6
...
@@ -138,15 +138,15 @@
...
@@ -138,15 +138,15 @@
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
商品类型
'
,
key
:
'
mType
'
,
width
:
'
7%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
商品类型
'
,
key
:
'
mType
'
,
width
:
'
7%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/OtherInModal.vue
View file @
828a2cb6
...
@@ -159,15 +159,15 @@
...
@@ -159,15 +159,15 @@
loading
:
false
,
loading
:
false
,
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/OtherOutModal.vue
View file @
828a2cb6
...
@@ -159,15 +159,15 @@
...
@@ -159,15 +159,15 @@
loading
:
false
,
loading
:
false
,
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/PurchaseBackModal.vue
View file @
828a2cb6
...
@@ -229,15 +229,15 @@
...
@@ -229,15 +229,15 @@
loading
:
false
,
loading
:
false
,
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/PurchaseInModal.vue
View file @
828a2cb6
...
@@ -256,15 +256,15 @@
...
@@ -256,15 +256,15 @@
loading
:
false
,
loading
:
false
,
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/PurchaseOrderModal.vue
View file @
828a2cb6
...
@@ -228,13 +228,13 @@
...
@@ -228,13 +228,13 @@
loading
:
false
,
loading
:
false
,
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
hidden
},
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
hidden
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/RetailBackModal.vue
View file @
828a2cb6
...
@@ -218,15 +218,15 @@
...
@@ -218,15 +218,15 @@
loading
:
false
,
loading
:
false
,
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
9
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
1
2
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
1
4
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
10%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
10%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
7%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
7%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/RetailOutModal.vue
View file @
828a2cb6
...
@@ -230,15 +230,15 @@
...
@@ -230,15 +230,15 @@
loading
:
false
,
loading
:
false
,
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
9
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
1
2
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
1
4
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
10%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
10%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
7%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
7%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/SaleBackModal.vue
View file @
828a2cb6
...
@@ -234,15 +234,15 @@
...
@@ -234,15 +234,15 @@
loading
:
false
,
loading
:
false
,
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/SaleOrderModal.vue
View file @
828a2cb6
...
@@ -221,13 +221,13 @@
...
@@ -221,13 +221,13 @@
loading
:
false
,
loading
:
false
,
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
hidden
},
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
hidden
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
...
...
jshERP-web/src/views/bill/modules/SaleOutModal.vue
View file @
828a2cb6
...
@@ -272,15 +272,15 @@
...
@@ -272,15 +272,15 @@
loading
:
false
,
loading
:
false
,
dataSource
:
[],
dataSource
:
[],
columns
:
[
columns
:
[
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
{
title
:
'
仓库名称
'
,
key
:
'
depotId
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
select
,
placeholder
:
'
请选择${title}
'
,
options
:
[],
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
allowSearch
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
8
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
{
title
:
'
条码
'
,
key
:
'
barCode
'
,
width
:
'
10
%
'
,
type
:
FormTypes
.
popupJsh
,
kind
:
'
material
'
,
multi
:
true
,
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
validateRules
:
[{
required
:
true
,
message
:
'
${title}不能为空
'
}]
},
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
名称
'
,
key
:
'
name
'
,
width
:
'
8%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
规格
'
,
key
:
'
standard
'
,
width
:
'
7
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
5
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
型号
'
,
key
:
'
model
'
,
width
:
'
6
%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
颜色
'
,
key
:
'
color
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
扩展信息
'
,
key
:
'
materialOther
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
width
:
'
5%
'
,
type
:
FormTypes
.
normal
},
{
title
:
'
库存
'
,
key
:
'
stock
'
,
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