Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3bbb9e5c
authored
2023-07-14 13:50:28 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
抽取djbDetail.js,修改所有引用文件
1 parent
3aca9cd8
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
20 additions
and
20 deletions
src/api/registerBook.js → src/api/djbDetail.js
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
src/views/djbworkflow/workFrame.vue
src/views/djbworkflow/workFrameView.vue
src/views/registerBook/bdcqldjml.vue
src/views/registerBook/bdcqljqtsx.vue
src/views/registerBook/cfdj.vue
src/views/registerBook/diyaq.vue
src/views/registerBook/diyiq.vue
src/views/registerBook/djbFrame.vue
src/views/registerBook/djbFrameall.vue
src/views/registerBook/djbfm.vue
src/views/registerBook/fdcq1.vue
src/views/registerBook/fdcq2.vue
src/views/registerBook/jsydsyq.vue
src/views/registerBook/nydsyq.vue
src/views/registerBook/tdsyq.vue
src/views/registerBook/ygdj.vue
src/views/registerBook/yydj.vue
src/views/registerBook/zdjbxx.vue
src/views/ywbl/slsqxx/fdcq2/slxxCompareDetai.vue
src/api/
registerBook
.js
→
src/api/
djbDetail
.js
View file @
3bbb9e5
File moved
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
View file @
3bbb9e5
...
...
@@ -63,7 +63,7 @@ import { mapGetters } from "vuex";
import
{
leftMenu
,
deleteSlbdcdy
}
from
"@/api/workFlow.js"
;
import
{
deleteRepairRecord
}
from
"@/api/djbbl.js"
;
import
{
leftMenubl
}
from
"@/api/djbbl.js"
;
import
{
getBdcqljqtsx
}
from
"@/api/
registerBook
.js"
;
import
{
getBdcqljqtsx
}
from
"@/api/
djbDetail
.js"
;
import
{
loadTreeData
,
getNode
}
from
"./djbFrameData.js"
;
export
default
{
data
()
{
...
...
src/views/djbworkflow/workFrame.vue
View file @
3bbb9e5
...
...
@@ -83,7 +83,7 @@
// 获取权利类型数组
import
{
getQllxByBdcdyid
}
from
"@/api/djbbl.js"
;
import
{
getBdcqljqtsx
}
from
"@/api/
registerBook
.js"
;
import
{
getBdcqljqtsx
}
from
"@/api/
djbDetail
.js"
;
export
default
{
components
:
{
selectBdc
,
...
...
src/views/djbworkflow/workFrameView.vue
View file @
3bbb9e5
...
...
@@ -87,7 +87,7 @@ import { addRepairRecord } from "@/api/djbbl.js";
// 获取权利类型数组
import
{
getQllxByBdcdyid
}
from
"@/api/djbbl.js"
;
import
{
getBdcqljqtsx
}
from
"@/api/
registerBook
.js"
;
import
{
getBdcqljqtsx
}
from
"@/api/
djbDetail
.js"
;
export
default
{
components
:
{
selectBdc
,
...
...
src/views/registerBook/bdcqldjml.vue
View file @
3bbb9e5
...
...
@@ -23,7 +23,7 @@
</
template
>
<
script
>
import
{
getBdcqldjmlByBdcdyid
}
from
"@/api/
registerBook
.js"
;
import
{
getBdcqldjmlByBdcdyid
}
from
"@/api/
djbDetail
.js"
;
export
default
{
data
()
{
return
{
...
...
src/views/registerBook/bdcqljqtsx.vue
View file @
3bbb9e5
...
...
@@ -49,7 +49,7 @@
</
template
>
<
script
>
import
{
getBdcqljqtsx
}
from
"@/api/
registerBook
.js"
;
import
{
getBdcqljqtsx
}
from
"@/api/
djbDetail
.js"
;
export
default
{
name
:
"bdcqljqtsx"
,
data
()
{
...
...
src/views/registerBook/cfdj.vue
View file @
3bbb9e5
...
...
@@ -60,7 +60,7 @@
<
script
>
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getSjlx
}
from
"@/utils/dictionary.js"
;
import
{
getCfdjList
}
from
"@/api/
registerBook
.js"
;
import
{
getCfdjList
}
from
"@/api/
djbDetail
.js"
;
export
default
{
data
()
{
return
{
...
...
src/views/registerBook/diyaq.vue
View file @
3bbb9e5
...
...
@@ -70,7 +70,7 @@
<
script
>
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getSjlx
,
getDictLeabel
}
from
"@/utils/dictionary.js"
;
import
{
getDiyaqList
}
from
"@/api/
registerBook
.js"
;
import
{
getDiyaqList
}
from
"@/api/
djbDetail
.js"
;
export
default
{
data
()
{
return
{
...
...
src/views/registerBook/diyiq.vue
View file @
3bbb9e5
...
...
@@ -64,7 +64,7 @@
<
script
>
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getSjlx
,
getDictLeabel
}
from
"@/utils/dictionary.js"
;
import
{
getDiyiqList
}
from
"@/api/
registerBook
.js"
;
import
{
getDiyiqList
}
from
"@/api/
djbDetail
.js"
;
export
default
{
data
()
{
return
{
...
...
src/views/registerBook/djbFrame.vue
View file @
3bbb9e5
...
...
@@ -11,7 +11,7 @@
</div>
</
template
>
<
script
>
import
{
getBdcqljqtsx
}
from
"@/api/
registerBook
.js"
;
import
{
getBdcqljqtsx
}
from
"@/api/
djbDetail
.js"
;
import
{
loadTreeData
,
getNode
}
from
"./djbFrameData.js"
;
export
default
{
data
()
{
...
...
src/views/registerBook/djbFrameall.vue
View file @
3bbb9e5
...
...
@@ -11,7 +11,7 @@
</div>
</
template
>
<
script
>
import
{
getBdcqljqtsx
}
from
"@/api/
registerBook
.js"
;
import
{
getBdcqljqtsx
}
from
"@/api/
djbDetail
.js"
;
import
{
loadTreeData
,
getNode
}
from
"./djbFrameData.js"
;
import
{
searchTaskToDo
}
from
"@/api/ywbl"
;
import
{
...
...
src/views/registerBook/djbfm.vue
View file @
3bbb9e5
...
...
@@ -33,7 +33,7 @@
</
template
>
<
script
>
import
{
getDjbfm
}
from
"@/api/
registerBook
.js"
;
import
{
getDjbfm
}
from
"@/api/
djbDetail
.js"
;
export
default
{
data
()
{
...
...
src/views/registerBook/fdcq1.vue
View file @
3bbb9e5
...
...
@@ -59,7 +59,7 @@
<
script
>
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getSjlx
}
from
"@/utils/dictionary.js"
;
import
{
getJsydsyqList
}
from
"@/api/
registerBook
.js"
;
import
{
getJsydsyqList
}
from
"@/api/
djbDetail
.js"
;
export
default
{
data
()
{
return
{
...
...
src/views/registerBook/fdcq2.vue
View file @
3bbb9e5
...
...
@@ -70,7 +70,7 @@
<
script
>
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getSjlx
}
from
"@/utils/dictionary.js"
;
import
{
getFdcq2List
}
from
"@/api/
registerBook
.js"
;
import
{
getFdcq2List
}
from
"@/api/
djbDetail
.js"
;
export
default
{
data
()
{
return
{
...
...
src/views/registerBook/jsydsyq.vue
View file @
3bbb9e5
...
...
@@ -59,7 +59,7 @@
<
script
>
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getSjlx
}
from
"@/utils/dictionary.js"
;
import
{
getJsydsyqList
}
from
"@/api/
registerBook
.js"
;
import
{
getJsydsyqList
}
from
"@/api/
djbDetail
.js"
;
export
default
{
data
()
{
return
{
...
...
src/views/registerBook/nydsyq.vue
View file @
3bbb9e5
...
...
@@ -96,7 +96,7 @@
<
script
>
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getSjlx
}
from
"@/utils/dictionary.js"
;
import
{
getNydsyqList
}
from
"@/api/
registerBook
.js"
;
import
{
getNydsyqList
}
from
"@/api/
djbDetail
.js"
;
export
default
{
data
()
{
return
{
...
...
src/views/registerBook/tdsyq.vue
View file @
3bbb9e5
...
...
@@ -59,7 +59,7 @@
<
script
>
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getSjlx
}
from
"@/utils/dictionary.js"
;
import
{
getTdsyqList
}
from
"@/api/
registerBook
.js"
;
import
{
getTdsyqList
}
from
"@/api/
djbDetail
.js"
;
export
default
{
data
()
{
return
{
...
...
src/views/registerBook/ygdj.vue
View file @
3bbb9e5
...
...
@@ -57,7 +57,7 @@
<
script
>
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getYgdjList
}
from
"@/api/
registerBook
.js"
;
import
{
getYgdjList
}
from
"@/api/
djbDetail
.js"
;
import
{
getSjlx
,
getDictLeabel
}
from
"@/utils/dictionary.js"
;
export
default
{
data
()
{
...
...
src/views/registerBook/yydj.vue
View file @
3bbb9e5
...
...
@@ -57,7 +57,7 @@
<
script
>
import
{
datas
}
from
"./qlxxFormData.js"
;
import
{
getYydjList
}
from
"@/api/
registerBook
.js"
;
import
{
getYydjList
}
from
"@/api/
djbDetail
.js"
;
import
{
getSjlx
,
getDictLeabel
}
from
"@/utils/dictionary.js"
;
export
default
{
data
()
{
...
...
src/views/registerBook/zdjbxx.vue
View file @
3bbb9e5
...
...
@@ -133,7 +133,7 @@
<
script
>
import
store
from
'@/store/index.js'
import
{
getZdjjxxBybdcdyid
}
from
"@/api/
registerBook
.js"
;
import
{
getZdjjxxBybdcdyid
}
from
"@/api/
djbDetail
.js"
;
export
default
{
data
()
{
...
...
src/views/ywbl/slsqxx/fdcq2/slxxCompareDetai.vue
View file @
3bbb9e5
...
...
@@ -60,7 +60,7 @@
</
template
>
<
script
>
import
{
getFdcqLSInfo
}
from
"@/api/
registerBook
.js"
;
import
{
getFdcqLSInfo
}
from
"@/api/
djbDetail
.js"
;
import
{
datas
}
from
"@/views/registerBook/qlxxFormData.js"
;
export
default
{
...
...
Please
register
or
sign in
to post a comment