Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
高东东-金蝶建发
/
jf-yzj-supplier
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ce3cbb86
authored
Sep 13, 2024
by
许俊杰
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
encodeURIComponent
parent
8342d467
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
package-lock.json
src/pages/common/supplier.vue
src/pages/inspect/LeaderCheck.vue
src/pages/inspect/approval/index.vue
src/vuex/modules/inspect.js
package-lock.json
View file @
ce3cbb86
This diff could not be displayed because it is too large.
src/pages/common/supplier.vue
View file @
ce3cbb86
...
@@ -48,7 +48,7 @@ export default {
...
@@ -48,7 +48,7 @@ export default {
mounted
()
{
mounted
()
{
this
.
init
()
this
.
init
()
this
.
$store
.
commit
(
'showLoading'
,
true
)
this
.
$store
.
commit
(
'showLoading'
,
true
)
this
.
fetchReviewSummaryInfo
({
billId
:
Coder
.
replace
(
this
.
currentSupplierInfo
.
id
)})
this
.
fetchReviewSummaryInfo
({
billId
:
encodeURIComponent
(
Coder
.
replace
(
this
.
currentSupplierInfo
.
id
)
)})
.
then
(()
=>
this
.
$store
.
commit
(
'showLoading'
,
false
))
.
then
(()
=>
this
.
$store
.
commit
(
'showLoading'
,
false
))
.
catch
(()
=>
this
.
$store
.
commit
(
'showLoading'
,
false
))
.
catch
(()
=>
this
.
$store
.
commit
(
'showLoading'
,
false
))
},
},
...
...
src/pages/inspect/LeaderCheck.vue
View file @
ce3cbb86
...
@@ -77,7 +77,7 @@ export default {
...
@@ -77,7 +77,7 @@ export default {
this
.
productGradeId
=
this
.
reviewSummaryInfo
.
productGrade
this
.
productGradeId
=
this
.
reviewSummaryInfo
.
productGrade
this
.
supplyRank
.
opinion
=
this
.
reviewSummaryInfo
.
leaderOpinion
this
.
supplyRank
.
opinion
=
this
.
reviewSummaryInfo
.
leaderOpinion
this
.
supplyRank
.
supplyRank
=
this
.
reviewSummaryInfo
.
leaderSupplyRank
this
.
supplyRank
.
supplyRank
=
this
.
reviewSummaryInfo
.
leaderSupplyRank
this
.
fetchApplicableRegionList
({
reviewSummaryId
:
Coder
.
replace
(
this
.
reviewSummaryInfo
.
id
)})
// 获取适用区域列表(树结构)
this
.
fetchApplicableRegionList
({
reviewSummaryId
:
encodeURIComponent
(
Coder
.
replace
(
this
.
reviewSummaryInfo
.
id
)
)})
// 获取适用区域列表(树结构)
},
},
data
()
{
data
()
{
return
{
return
{
...
...
src/pages/inspect/approval/index.vue
View file @
ce3cbb86
...
@@ -103,7 +103,7 @@ export default {
...
@@ -103,7 +103,7 @@ export default {
this
.
productGradeId
=
this
.
reviewSummaryInfo
.
productGrade
this
.
productGradeId
=
this
.
reviewSummaryInfo
.
productGrade
this
.
supplyRank
.
supplyRank
=
this
.
reviewSummaryInfo
.
auditSupplyRank
this
.
supplyRank
.
supplyRank
=
this
.
reviewSummaryInfo
.
auditSupplyRank
this
.
supplyRank
.
opinion
=
this
.
reviewSummaryInfo
.
auditOpinion
this
.
supplyRank
.
opinion
=
this
.
reviewSummaryInfo
.
auditOpinion
this
.
fetchApplicableRegionList
({
reviewSummaryId
:
Coder
.
replace
(
this
.
reviewSummaryInfo
.
id
)})
// 获取适用区域列表(树结构)
this
.
fetchApplicableRegionList
({
reviewSummaryId
:
encodeURIComponent
(
Coder
.
replace
(
this
.
reviewSummaryInfo
.
id
)
)})
// 获取适用区域列表(树结构)
this
.
$store
.
commit
(
'showLoading'
,
false
)
this
.
$store
.
commit
(
'showLoading'
,
false
)
})
})
.
catch
(()
=>
this
.
$store
.
commit
(
'showLoading'
,
false
))
.
catch
(()
=>
this
.
$store
.
commit
(
'showLoading'
,
false
))
...
...
src/vuex/modules/inspect.js
View file @
ce3cbb86
...
@@ -166,7 +166,7 @@ export default {
...
@@ -166,7 +166,7 @@ export default {
let
appRegionReqs
=
[]
let
appRegionReqs
=
[]
datas
.
forEach
(
it
=>
{
datas
.
forEach
(
it
=>
{
if
(
it
)
{
if
(
it
)
{
appRegionReqs
.
push
(
getApplicableRegionList
({
reviewSummaryId
:
Coder
.
replace
(
it
.
id
)}))
appRegionReqs
.
push
(
getApplicableRegionList
({
reviewSummaryId
:
encodeURIComponent
(
Coder
.
replace
(
it
.
id
)
)}))
}
}
})
})
Promise
.
all
(
appRegionReqs
)
Promise
.
all
(
appRegionReqs
)
...
...
Write
Preview
Markdown
is supported
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