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
fb2855f1
authored
2023-07-14 16:00:36 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
抽取jtfc.js,修改所有引用文件
1 parent
b4df947a
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
9 deletions
src/api/sqcx.js → src/api/jtfc.js
src/views/sqcx/dydjb/components/addDydjb.vue
src/views/sqcx/dydjb/components/dydjbInfo.vue
src/views/sqcx/dydjb/dydjb.vue
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/jtfc/jtfc.vue
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
src/views/sqcx/sqcxjl/sqcxjl.vue
src/api/
sqcx
.js
→
src/api/
jtfc
.js
View file @
fb2855f
/*
* @Description:
* @Description:
家庭房产信息
* @Autor: renchao
* @LastEditTime: 2023-05-16 14:05:25
*/
...
...
src/views/sqcx/dydjb/components/addDydjb.vue
View file @
fb2855f
...
...
@@ -53,7 +53,7 @@
</
template
>
<
script
>
import
{
addFwmxCxjgXx
,
getFwmxInfo
,
printJtcfInfo
}
from
"@/api/
sqcx
"
;
import
{
addFwmxCxjgXx
,
getFwmxInfo
,
printJtcfInfo
}
from
"@/api/
jtfc.js
"
;
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
datas
,
sendThis
}
from
"./dydjbdata"
;
import
{
getLodop
}
from
"@/utils/LodopFuncs"
...
...
src/views/sqcx/dydjb/components/dydjbInfo.vue
View file @
fb2855f
...
...
@@ -36,7 +36,7 @@
<
script
>
import
{
datas
,
sendThis
}
from
"./infodata"
;
import
{
getFwmxInfo
}
from
"@/api/
sqcx
"
;
import
{
getFwmxInfo
}
from
"@/api/
jtfc.js
"
;
export
default
{
props
:
{
formData
:
{
...
...
@@ -103,4 +103,3 @@ export default {
height
:
30px
;
}
</
style
>
\ No newline at end of file
...
...
src/views/sqcx/dydjb/dydjb.vue
View file @
fb2855f
...
...
@@ -48,7 +48,7 @@ import { mapGetters } from "vuex";
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./dydjbdata"
;
import
addDydjb
from
"./components/addDydjb.vue"
;
import
{
getSqcxPage
}
from
"@/api/
sqcx
"
;
import
{
getSqcxPage
}
from
"@/api/
jtfc.js
"
;
export
default
{
name
:
"dydjb"
,
components
:
{
addDydjb
},
...
...
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
fb2855f
...
...
@@ -120,7 +120,7 @@
import
printView
from
"./printView.vue"
;
import
{
getIdCardInfo
}
from
'@/utils/operation.js'
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
addJtfcCxjgXx
,
getJtfcInfo
,
printJtcfInfo
}
from
"@/api/
sqcx
"
;
import
{
addJtfcCxjgXx
,
getJtfcInfo
,
printJtcfInfo
}
from
"@/api/
jtfc.js
"
;
export
default
{
components
:
{
printView
...
...
src/views/sqcx/jtfc/jtfc.vue
View file @
fb2855f
...
...
@@ -48,7 +48,7 @@
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./jtfcdata"
;
import
{
getSqcxPage
}
from
"@/api/
sqcx
"
;
import
{
getSqcxPage
}
from
"@/api/
jtfc.js
"
;
export
default
{
name
:
"jtfc"
,
mixins
:
[
table
],
...
...
src/views/sqcx/sqcxjl/components/sqcxjlInfo.vue
View file @
fb2855f
...
...
@@ -110,7 +110,7 @@
</
template
>
<
script
>
import
{
getJtfcInfo
}
from
"@/api/
sqcx
"
;
import
{
getJtfcInfo
}
from
"@/api/
jtfc.js
"
;
import
{
datas
,
sendThis
}
from
"./sqcxjlInfodata"
;
export
default
{
...
...
src/views/sqcx/sqcxjl/sqcxjl.vue
View file @
fb2855f
...
...
@@ -69,7 +69,7 @@
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./sqcxjldata"
;
import
{
getSqcxPage
}
from
"@/api/
sqcx
"
;
import
{
getSqcxPage
}
from
"@/api/
jtfc.js
"
;
export
default
{
name
:
"sqcxjl"
,
mixins
:
[
table
],
...
...
Please
register
or
sign in
to post a comment