Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isc-v3.1-tmp
isc-web-vue
Commits
0ee04a5d
Commit
0ee04a5d
authored
Sep 30, 2024
by
niewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dblpty
parent
677ffff3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
AdrList.vue
src/page/Statics/Adr/AdrList.vue
+2
-1
Infsea.vue
src/page/Statics/Pty/Dblpty/Infsea.vue
+7
-3
No files found.
src/page/Statics/Adr/AdrList.vue
View file @
0ee04a5d
...
...
@@ -237,7 +237,8 @@ export default {
//获取主协办机构
if
(
this
.
type
==
"edit"
)
{
let
data
=
{
"orgBch"
:
this
.
$store
.
state
.
UserContext
.
currentOrg
.
departmentNumber
,
// "orgBch":this.$store.state.UserContext.currentOrg.departmentNumber,
"orgBch"
:
JSON
.
parse
(
sessionStorage
.
getItem
(
'currentOrg'
)).
departmentnumber
,
"orgNo"
:
this
.
model
.
extkey
}
Api
.
post
(
'/manager/pty/checkZXbanForExtkeyByEcif0930'
,
data
).
then
(
res
=>
{
...
...
src/page/Statics/Pty/Dblpty/Infsea.vue
View file @
0ee04a5d
...
...
@@ -278,7 +278,7 @@ export default {
this
.
ptyData
=
list
this
.
ptyCondition
.
pageNum
=
res
.
data
.
pageNumber
this
.
ptyCondition
.
pageSize
=
res
.
data
.
pageSize
this
.
ptyCondition
.
total
=
res
.
data
.
total
this
.
ptyCondition
.
total
=
Number
(
res
.
data
.
total
)
}
this
.
loadingPtyStatus
=
false
;
...
...
@@ -398,7 +398,8 @@ export default {
async
checkZXbanForExtkeyBySSTF
(
ptyinr
){
let
data
=
{
"orgBch"
:
this
.
$store
.
state
.
UserContext
.
currentOrg
.
departmentNumber
,
// "orgBch":this.$store.state.UserContext.currentOrg.departmentNumber,
"orgBch"
:
JSON
.
parse
(
sessionStorage
.
getItem
(
'currentOrg'
)).
departmentnumber
,
"ptyInr"
:
ptyinr
};
await
Api
.
post
(
'/manager/pty/checkZXbanForExtkeyBySSTF'
,
data
).
then
(
res
=>
{
...
...
@@ -425,9 +426,12 @@ export default {
async
checkZXbanForExtkeyByEcif0930
(
extkey
){
let
data
=
{
"orgBch"
:
this
.
$store
.
state
.
UserContext
.
currentOrg
.
departmentNumber
,
// "orgBch":this.$store.state.UserContext.currentOrg.departmentNumber,
"orgBch"
:
JSON
.
parse
(
sessionStorage
.
getItem
(
'currentOrg'
)).
departmentnumber
,
"orgNo"
:
extkey
};
console
.
log
(
"==========="
)
console
.
log
(
sessionStorage
.
currentOrg
.
departmentnumber
)
await
Api
.
post
(
'/manager/pty/checkZXbanForExtkeyByEcif0930'
,
data
).
then
(
res
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
...
...
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