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
ddd1ef0e
authored
2022-10-21 17:17:06 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
39d90d11
11a5c8fc
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
7 deletions
src/views/sqcx/components/editDialog.vue → src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/jtfc/jtfc.vue
src/views/sqcx/sqcxjl/sqcxjl.vue
src/views/ywbl/jsydsyq/slxx.vue
src/views/ywbl/jsydsyq/slxx200.vue
src/views/ywbl/ywsq/components/jsydsyq100.vue
src/views/ywbl/ywsq/ywsq.vue
src/views/sqcx/
components/editDialog
.vue
→
src/views/sqcx/
jtfc/components/addjtfc
.vue
View file @
ddd1ef0
File moved
src/views/sqcx/jtfc/jtfc.vue
View file @
ddd1ef0
...
...
@@ -58,10 +58,10 @@
import
table
from
"@/utils/mixin/table"
;
import
{
datas
,
sendThis
}
from
"./jtfcdata"
;
import
{
getJtfcPage
}
from
"@/api/jtfc"
;
import
editDialog
from
"../components/editDialog
.vue"
;
import
addjtfc
from
"./components/addjtfc
.vue"
;
export
default
{
name
:
"jtfc"
,
components
:
{
editDialog
},
components
:
{
addjtfc
},
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
...
...
src/views/sqcx/sqcxjl/sqcxjl.vue
View file @
ddd1ef0
...
...
@@ -47,11 +47,11 @@
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<
editDialog
v-model=
"isDialog"
/
>
<
!--
<editDialog
v-model=
"isDialog"
/>
--
>
</div>
</
template
>
<
script
>
import
editDialog
from
"../components/editDialog.vue"
//
import editDialog from "../components/editDialog.vue"
import
table
from
"@/utils/mixin/table"
import
{
datas
,
sendThis
}
from
"./sqcxjldata"
import
{
getJtfcPage
}
from
'@/api/sqcx'
...
...
src/views/ywbl/jsydsyq/slxx.vue
View file @
ddd1ef0
...
...
@@ -38,7 +38,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记情形:"
>
<el-input
disabled
v-model=
"ruleForm.djqxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.
slywxx.
djqxmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/ywbl/jsydsyq/slxx200.vue
View file @
ddd1ef0
...
...
@@ -38,7 +38,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记情形:"
>
<el-input
disabled
v-model=
"ruleForm.djqxmc"
></el-input>
<el-input
disabled
v-model=
"ruleForm.
slywxx.
djqxmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/ywbl/ywsq/components/jsydsyq100.vue
View file @
ddd1ef0
...
...
@@ -67,6 +67,7 @@ export default {
},
mounted
()
{
sendThis
(
this
);
console
.
log
(
Cookies
.
get
(
"bsmSqyw"
))
;
},
methods
:
{
closeDialog
()
{
...
...
src/views/ywbl/ywsq/ywsq.vue
View file @
ddd1ef0
...
...
@@ -127,7 +127,7 @@ export default {
}))
if
(
item
.
sffqlc
==
'1'
)
{
this
.
btnDisabled
=
false
Cookies
.
set
(
"bsmSqyw"
,
item
.
parentid
)
Cookies
.
set
(
"bsmSqyw"
,
item
.
bsmSqyw
)
this
.
djywbm
=
item
.
djywbm
}
},
...
...
Please
register
or
sign in
to post a comment