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
0987190d
Commit
0987190d
authored
Jul 16, 2021
by
季圣华
Browse files
优化报表,增加条码查询
parent
ce7a6ff3
Changes
8
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/report/BuyInReport.vue
View file @
0987190d
...
...
@@ -14,7 +14,7 @@
</a-col>
<a-col
:md=
"6"
:sm=
"24"
>
<a-form-item
label=
"商品信息"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-input
placeholder=
"名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
<a-input
placeholder=
"
条码、
名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"6"
:sm=
"24"
>
...
...
@@ -87,6 +87,7 @@
return
parseInt
(
index
)
+
1
;
}
},
{
title
:
'
条码
'
,
dataIndex
:
'
barCode
'
,
width
:
160
},
{
title
:
'
名称
'
,
dataIndex
:
'
materialName
'
,
width
:
160
},
{
title
:
'
规格
'
,
dataIndex
:
'
materialStandard
'
,
width
:
80
},
{
title
:
'
型号
'
,
dataIndex
:
'
materialModel
'
,
width
:
80
},
...
...
jshERP-web/src/views/report/InDetail.vue
View file @
0987190d
...
...
@@ -31,7 +31,7 @@
</a-col>
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
label=
"商品信息"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-input
placeholder=
"名称/规格/型号"
v-model=
"queryParam.materialParam"
></a-input>
<a-input
placeholder=
"
条码/
名称/规格/型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"5"
:sm=
"24"
>
...
...
@@ -134,15 +134,16 @@
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
140
,
scopedSlots
:
{
customRender
:
'
numberCustomRender
'
},
},
{
title
:
'
条码
'
,
dataIndex
:
'
barCode
'
,
width
:
120
},
{
title
:
'
名称
'
,
dataIndex
:
'
mname
'
,
width
:
120
},
{
title
:
'
规格
'
,
dataIndex
:
'
standard
'
,
width
:
100
},
{
title
:
'
型号
'
,
dataIndex
:
'
model
'
,
width
:
100
},
{
title
:
'
单价
'
,
dataIndex
:
'
unitPrice
'
,
width
:
60
},
{
title
:
'
入库数量
'
,
dataIndex
:
'
operNumber
'
,
width
:
80
},
{
title
:
'
金额
'
,
dataIndex
:
'
allPrice
'
,
width
:
60
},
{
title
:
'
供应商
'
,
dataIndex
:
'
sname
'
,
width
:
2
0
0
},
{
title
:
'
供应商
'
,
dataIndex
:
'
sname
'
,
width
:
1
20
},
{
title
:
'
仓库
'
,
dataIndex
:
'
dname
'
,
width
:
120
},
{
title
:
'
入库日期
'
,
dataIndex
:
'
operTime
'
,
width
:
1
2
0
}
{
title
:
'
入库日期
'
,
dataIndex
:
'
operTime
'
,
width
:
1
0
0
}
],
url
:
{
list
:
"
/depotHead/findInDetail
"
,
...
...
jshERP-web/src/views/report/InMaterialCount.vue
View file @
0987190d
...
...
@@ -31,7 +31,7 @@
</a-col>
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
label=
"商品信息"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-input
placeholder=
"名称/规格/型号"
v-model=
"queryParam.materialParam"
></a-input>
<a-input
placeholder=
"
条码/
名称/规格/型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"5"
:sm=
"24"
>
...
...
@@ -123,7 +123,8 @@
return
parseInt
(
index
)
+
1
;
}
},
{
title
:
'
名称
'
,
dataIndex
:
'
mName
'
,
width
:
150
},
{
title
:
'
条码
'
,
dataIndex
:
'
barCode
'
,
width
:
120
},
{
title
:
'
名称
'
,
dataIndex
:
'
mName
'
,
width
:
120
},
{
title
:
'
规格
'
,
dataIndex
:
'
standard
'
,
width
:
100
},
{
title
:
'
型号
'
,
dataIndex
:
'
model
'
,
width
:
100
},
{
title
:
'
类型
'
,
dataIndex
:
'
categoryName
'
,
width
:
120
},
...
...
jshERP-web/src/views/report/InOutStockReport.vue
View file @
0987190d
...
...
@@ -27,7 +27,7 @@
</a-col>
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
label=
"商品信息"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-input
placeholder=
"名称/规格/型号"
v-model=
"queryParam.materialParam"
></a-input>
<a-input
placeholder=
"
条码/
名称/规格/型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"4"
:sm=
"24"
>
...
...
@@ -110,17 +110,18 @@
return
parseInt
(
index
)
+
1
;
}
},
{
title
:
'
名称
'
,
dataIndex
:
'
materialName
'
,
width
:
160
},
{
title
:
'
条码
'
,
dataIndex
:
'
barCode
'
,
width
:
120
},
{
title
:
'
名称
'
,
dataIndex
:
'
materialName
'
,
width
:
120
},
{
title
:
'
规格
'
,
dataIndex
:
'
materialStandard
'
,
width
:
80
},
{
title
:
'
型号
'
,
dataIndex
:
'
materialModel
'
,
width
:
80
},
{
title
:
'
扩展信息
'
,
dataIndex
:
'
materialOther
'
,
width
:
120
},
{
title
:
'
单位
'
,
dataIndex
:
'
unitName
'
,
width
:
80
},
{
title
:
'
单价
'
,
dataIndex
:
'
unitPrice
'
,
width
:
60
},
{
title
:
'
上月结存数量
'
,
dataIndex
:
'
prevSum
'
,
width
:
12
0
},
{
title
:
'
入库数量
'
,
dataIndex
:
'
inSum
'
,
width
:
8
0
},
{
title
:
'
出库数量
'
,
dataIndex
:
'
outSum
'
,
width
:
8
0
},
{
title
:
'
本月结存数量
'
,
dataIndex
:
'
thisSum
'
,
width
:
12
0
},
{
title
:
'
结存金额
'
,
dataIndex
:
'
thisAllPrice
'
,
width
:
8
0
}
{
title
:
'
上月结存数量
'
,
dataIndex
:
'
prevSum
'
,
width
:
8
0
},
{
title
:
'
入库数量
'
,
dataIndex
:
'
inSum
'
,
width
:
6
0
},
{
title
:
'
出库数量
'
,
dataIndex
:
'
outSum
'
,
width
:
6
0
},
{
title
:
'
本月结存数量
'
,
dataIndex
:
'
thisSum
'
,
width
:
8
0
},
{
title
:
'
结存金额
'
,
dataIndex
:
'
thisAllPrice
'
,
width
:
6
0
}
],
url
:
{
list
:
"
/depotItem/findByAll
"
,
...
...
jshERP-web/src/views/report/OutDetail.vue
View file @
0987190d
...
...
@@ -31,7 +31,7 @@
</a-col>
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
label=
"商品信息"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-input
placeholder=
"名称/规格/型号"
v-model=
"queryParam.materialParam"
></a-input>
<a-input
placeholder=
"
条码/
名称/规格/型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"5"
:sm=
"24"
>
...
...
@@ -134,15 +134,16 @@
title
:
'
单据编号
'
,
dataIndex
:
'
number
'
,
width
:
140
,
scopedSlots
:
{
customRender
:
'
numberCustomRender
'
},
},
{
title
:
'
条码
'
,
dataIndex
:
'
barCode
'
,
width
:
120
},
{
title
:
'
名称
'
,
dataIndex
:
'
mname
'
,
width
:
120
},
{
title
:
'
规格
'
,
dataIndex
:
'
standard
'
,
width
:
100
},
{
title
:
'
型号
'
,
dataIndex
:
'
model
'
,
width
:
100
},
{
title
:
'
单价
'
,
dataIndex
:
'
unitPrice
'
,
width
:
60
},
{
title
:
'
出库数量
'
,
dataIndex
:
'
operNumber
'
,
width
:
80
},
{
title
:
'
金额
'
,
dataIndex
:
'
allPrice
'
,
width
:
60
},
{
title
:
'
客户
'
,
dataIndex
:
'
sname
'
,
width
:
2
0
0
},
{
title
:
'
客户
'
,
dataIndex
:
'
sname
'
,
width
:
1
20
},
{
title
:
'
仓库
'
,
dataIndex
:
'
dname
'
,
width
:
120
},
{
title
:
'
出库日期
'
,
dataIndex
:
'
operTime
'
,
width
:
1
2
0
}
{
title
:
'
出库日期
'
,
dataIndex
:
'
operTime
'
,
width
:
1
0
0
}
],
url
:
{
list
:
"
/depotHead/findInDetail
"
,
...
...
jshERP-web/src/views/report/OutMaterialCount.vue
View file @
0987190d
...
...
@@ -31,7 +31,7 @@
</a-col>
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
label=
"商品信息"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-input
placeholder=
"名称/规格/型号"
v-model=
"queryParam.materialParam"
></a-input>
<a-input
placeholder=
"
条码/
名称/规格/型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"5"
:sm=
"24"
>
...
...
@@ -123,7 +123,8 @@
return
parseInt
(
index
)
+
1
;
}
},
{
title
:
'
名称
'
,
dataIndex
:
'
mName
'
,
width
:
150
},
{
title
:
'
条码
'
,
dataIndex
:
'
barCode
'
,
width
:
120
},
{
title
:
'
名称
'
,
dataIndex
:
'
mName
'
,
width
:
120
},
{
title
:
'
规格
'
,
dataIndex
:
'
standard
'
,
width
:
100
},
{
title
:
'
型号
'
,
dataIndex
:
'
model
'
,
width
:
100
},
{
title
:
'
类型
'
,
dataIndex
:
'
categoryName
'
,
width
:
120
},
...
...
jshERP-web/src/views/report/SaleOutReport.vue
View file @
0987190d
...
...
@@ -14,7 +14,7 @@
</a-col>
<a-col
:md=
"6"
:sm=
"24"
>
<a-form-item
label=
"商品信息"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-input
placeholder=
"名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
<a-input
placeholder=
"
条码、
名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"6"
:sm=
"24"
>
...
...
@@ -87,6 +87,7 @@
return
parseInt
(
index
)
+
1
;
}
},
{
title
:
'
条码
'
,
dataIndex
:
'
barCode
'
,
width
:
160
},
{
title
:
'
名称
'
,
dataIndex
:
'
materialName
'
,
width
:
160
},
{
title
:
'
规格
'
,
dataIndex
:
'
materialStandard
'
,
width
:
80
},
{
title
:
'
型号
'
,
dataIndex
:
'
materialModel
'
,
width
:
80
},
...
...
jshERP-web/src/views/report/StockWarningReport.vue
View file @
0987190d
...
...
@@ -21,7 +21,7 @@
</a-col>
<a-col
:md=
"6"
:sm=
"24"
>
<a-form-item
label=
"商品信息"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-input
placeholder=
"名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
<a-input
placeholder=
"
条码、
名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"6"
:sm=
"24"
>
...
...
@@ -94,7 +94,8 @@
return
parseInt
(
index
)
+
1
;
}
},
{
title
:
'
名称
'
,
dataIndex
:
'
mname
'
,
width
:
160
},
{
title
:
'
条码
'
,
dataIndex
:
'
barCode
'
,
width
:
120
},
{
title
:
'
名称
'
,
dataIndex
:
'
mname
'
,
width
:
120
},
{
title
:
'
规格
'
,
dataIndex
:
'
mstandard
'
,
width
:
80
},
{
title
:
'
型号
'
,
dataIndex
:
'
mmodel
'
,
width
:
80
},
{
title
:
'
扩展信息
'
,
dataIndex
:
'
materialOther
'
,
width
:
150
},
...
...
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