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
79dfe818
authored
2022-11-28 17:19:06 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:文件夹整理
1 parent
9fbb4689
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
17 deletions
src/api/jtfc.js → src/api/sqcx.js
src/views/sqcx/dydjb/components/打印登记薄.png → src/views/sqcx/dydjb/components/djbyb.png
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/sqcxjl.vue
src/api/
jtfc
.js
→
src/api/
sqcx
.js
View file @
79dfe81
File moved
src/views/sqcx/dydjb/components/
打印登记薄
.png
→
src/views/sqcx/dydjb/components/
djbyb
.png
View file @
79dfe81
53.2 KB
src/views/sqcx/dydjb/components/dydjbInfo.vue
View file @
79dfe81
...
...
@@ -21,42 +21,37 @@
</div>
</
template
>
<
script
>
import
{
getJtfcInfo
}
from
"@/api/sqcxjl"
;
import
imgPath
from
"./打印登记薄.png"
//先导入
<
script
>
import
imgPath
from
"./djbyb.png"
export
default
{
components
:
{},
props
:
[
"formData"
],
created
()
{
created
()
{
var
sqcxdata
=
this
.
formData
.
sqcxdata
;
this
.
ruleForm
=
sqcxdata
;
},
data
()
{
data
()
{
return
{
ruleForm
:
{
cxsj
:
""
,
bdcdyh
:
""
,
},
imgUrl
:
imgPath
,
imgUrl
:
imgPath
,
};
},
mounted
()
{},
mounted
()
{
},
methods
:
{},
};
</
script
>
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
.table1
{
border-spacing
:
0
;
border-spacing
:
0
;
border-collapse
:
collapse
;
width
:
100%
;
}
.table1
td
{
...
...
src/views/sqcx/dydjb/dydjb.vue
View file @
79dfe81
...
...
@@ -39,7 +39,7 @@
import
{
mapGetters
}
from
"vuex"
;
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./dydjbdata"
;
import
{
getJtfcPage
}
from
"@/api/
jtfc
"
;
import
{
getJtfcPage
}
from
"@/api/
sqcx
"
;
export
default
{
name
:
"dydjb"
,
...
...
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
79dfe81
...
...
@@ -46,7 +46,7 @@
<
script
>
import
personInfoTable
from
'@/views/components/personInfoTable'
import
{
addJtfcCxjgXx
}
from
'@/api/
jtfc
'
import
{
addJtfcCxjgXx
}
from
'@/api/
sqcx
'
import
{
datas
,
sendThis
}
from
"./addjtfcdata"
;
export
default
{
...
...
src/views/sqcx/jtfc/jtfc.vue
View file @
79dfe81
...
...
@@ -36,7 +36,7 @@
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./jtfcdata"
;
import
{
getJtfcPage
}
from
"@/api/
jtfc
"
;
import
{
getJtfcPage
}
from
"@/api/
sqcx
"
;
import
addjtfc
from
"./components/addjtfc.vue"
;
export
default
{
name
:
"jtfc"
,
...
...
src/views/sqcx/sqcxjl/sqcxjl.vue
View file @
79dfe81
...
...
@@ -37,7 +37,7 @@
<
script
>
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./sqcxjldata"
;
import
{
getJtfcPage
}
from
"@/api/
jtfc
"
;
import
{
getJtfcPage
}
from
"@/api/
sqcx
"
;
export
default
{
name
:
"sqcxjl"
,
mixins
:
[
table
],
...
...
Please
register
or
sign in
to post a comment