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
fee7dafc
Commit
fee7dafc
authored
Oct 25, 2020
by
季圣华
Browse files
解决销售相关单据查看的时候不显示销售人员的bug
parent
576f3696
Changes
3
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/bill/sale_back_list.html
View file @
fee7dafc
...
@@ -582,7 +582,7 @@
...
@@ -582,7 +582,7 @@
$
(
"
.window-mask
"
).
css
({
width
:
webW
,
height
:
webH
});
$
(
"
.window-mask
"
).
css
({
width
:
webW
,
height
:
webH
});
depotHeadID
=
res
.
id
;
depotHeadID
=
res
.
id
;
initTableData_material_show
(
TotalPrice
);
//商品列表-查看状态
initTableData_material_show
(
TotalPrice
);
//商品列表-查看状态
if
(
res
.
sales
m
an
){
if
(
res
.
sales
M
an
){
var
arr
=
res
.
salesMan
.
split
(
"
,
"
);
var
arr
=
res
.
salesMan
.
split
(
"
,
"
);
var
salesmanStr
=
""
;
var
salesmanStr
=
""
;
for
(
var
i
=
0
;
i
<
arr
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
arr
.
length
;
i
++
){
...
...
erp_web/pages/bill/sale_orders_list.html
View file @
fee7dafc
...
@@ -540,7 +540,7 @@
...
@@ -540,7 +540,7 @@
depotHeadID
=
res
.
id
;
depotHeadID
=
res
.
id
;
initTableData_material_show
(
TotalPrice
);
//商品列表-查看状态
initTableData_material_show
(
TotalPrice
);
//商品列表-查看状态
if
(
res
.
sales
m
an
){
if
(
res
.
sales
M
an
){
var
arr
=
res
.
salesMan
.
split
(
"
,
"
);
var
arr
=
res
.
salesMan
.
split
(
"
,
"
);
var
salesmanStr
=
""
;
var
salesmanStr
=
""
;
for
(
var
i
=
0
;
i
<
arr
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
arr
.
length
;
i
++
){
...
...
erp_web/pages/bill/sale_out_list.html
View file @
fee7dafc
...
@@ -735,7 +735,7 @@
...
@@ -735,7 +735,7 @@
$
(
"
.window-mask
"
).
css
({
width
:
webW
,
height
:
webH
});
$
(
"
.window-mask
"
).
css
({
width
:
webW
,
height
:
webH
});
depotHeadID
=
res
.
id
;
depotHeadID
=
res
.
id
;
initTableData_material_show
(
TotalPrice
);
//商品列表-查看状态
initTableData_material_show
(
TotalPrice
);
//商品列表-查看状态
if
(
res
.
sales
m
an
){
if
(
res
.
sales
M
an
){
var
arr
=
res
.
salesMan
.
split
(
"
,
"
);
var
arr
=
res
.
salesMan
.
split
(
"
,
"
);
var
salesmanStr
=
""
;
var
salesmanStr
=
""
;
for
(
var
i
=
0
;
i
<
arr
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
arr
.
length
;
i
++
){
...
...
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