Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
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
fulixin
dsk-operate-sys-cscec
Commits
baf6f08d
Commit
baf6f08d
authored
Jun 07, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
a9b13352
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
65 additions
and
18 deletions
+65
-18
consultingAgency.vue
...ent/components/EnterpriseList/detail/consultingAgency.vue
+58
-13
affiliationRisk.vue
...ws/detail/party-a/internalCooperation/affiliationRisk.vue
+2
-2
affiliationRisk.vue
.../src/views/supplier/disableManagement/affiliationRisk.vue
+2
-2
laborSubcontractingTeam.vue
...c/views/supplier/supplierlist/laborSubcontractingTeam.vue
+3
-1
No files found.
dsk-operate-ui/src/views/consultingOrgManagement/components/EnterpriseList/detail/consultingAgency.vue
View file @
baf6f08d
...
@@ -25,39 +25,78 @@
...
@@ -25,39 +25,78 @@
</td>
</td>
<td
class=
"table-key"
>
统一社会信用代码
</td>
<td
class=
"table-key"
>
统一社会信用代码
</td>
<td
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
<td
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
{{
comProjectDetailInfo
.
corporatePerson
?
comProjectDetailInfo
.
corporatePerson
:
"-"
}}
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
creditCode
?
comProjectDetailInfo
.
creditCode
:
"-"
}}
</div>
<el-form-item
label=
""
v-if=
"comIsModify"
>
<el-input
v-model=
"comProjectDetailInfo.creditCode"
clearable
placeholder=
"请输入统一社会信用代码"
></el-input>
</el-form-item>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"table-key"
>
登记状态
</td>
<td
class=
"table-key"
>
登记状态
</td>
<td>
<td
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
{{
comProjectDetailInfo
.
regAddress
?
comProjectDetailInfo
.
regAddress
:
"-"
}}
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
businessStatus
?
comProjectDetailInfo
.
businessStatus
:
"-"
}}
</div>
<el-form-item
label=
""
v-if=
"comIsModify"
>
<el-input
v-model=
"comProjectDetailInfo.businessStatus"
clearable
placeholder=
"请输入登记状态"
></el-input>
</el-form-item>
</td>
</td>
<td
class=
"table-key"
>
法人代表
</td>
<td
class=
"table-key"
>
法人代表
</td>
<td>
<td
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
{{
comProjectDetailInfo
.
corporatePerson
?
comProjectDetailInfo
.
corporatePerson
:
"-"
}}
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
legalPerson
?
comProjectDetailInfo
.
legalPerson
:
"-"
}}
</div>
<el-form-item
label=
""
v-if=
"comIsModify"
>
<el-input
v-model=
"comProjectDetailInfo.legalPerson"
clearable
placeholder=
"请输入法人代表"
></el-input>
</el-form-item>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"table-key"
>
成立日期
</td>
<td
class=
"table-key"
>
成立日期
</td>
<td>
<td
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
{{
comProjectDetailInfo
.
regAddress
?
comProjectDetailInfo
.
regAddress
:
"-"
}}
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
regDate
?
comProjectDetailInfo
.
regDate
:
"-"
}}
</div>
<el-form-item
label=
""
v-if=
"comIsModify"
>
<el-date-picker
v-model=
"comProjectDetailInfo.regDate"
type=
"date"
placeholder=
"选择成立日期"
>
</el-date-picker>
</el-form-item>
</td>
</td>
<td
class=
"table-key"
>
注册资本
</td>
<td
class=
"table-key"
>
注册资本
</td>
<td>
<td
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
{{
comProjectDetailInfo
.
regAddress
?
comProjectDetailInfo
.
regAddress
:
"-"
}}
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
regCapital
?
comProjectDetailInfo
.
regCapital
:
"-"
}}
</div>
<el-form-item
label=
""
v-if=
"comIsModify"
>
<el-input
v-model=
"comProjectDetailInfo.regCapital"
clearable
placeholder=
"请输入注册资本"
></el-input>
</el-form-item>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"table-key"
>
注册地址
</td>
<td
class=
"table-key"
>
注册地址
</td>
<td
colspan=
"3"
>
<td
colspan=
"3"
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
regAddress
?
comProjectDetailInfo
.
regAddress
:
"-"
}}
{{
comProjectDetailInfo
.
regAddress
?
comProjectDetailInfo
.
regAddress
:
"-"
}}
</div>
<el-form-item
label=
""
v-if=
"comIsModify"
>
<el-input
v-model=
"comProjectDetailInfo.regAddress"
clearable
placeholder=
"请输入注册地址"
></el-input>
</el-form-item>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"table-key"
>
经营范围
</td>
<td
class=
"table-key"
>
经营范围
</td>
<td
colspan=
"3"
>
<td
colspan=
"3"
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
{{
comProjectDetailInfo
.
regAddress
?
comProjectDetailInfo
.
regAddress
:
"-"
}}
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
businessScope
?
comProjectDetailInfo
.
businessScope
:
"-"
}}
</div>
<el-form-item
label=
""
v-if=
"comIsModify"
>
<el-input
type=
"textarea"
:rows=
"2"
v-model=
"comProjectDetailInfo.businessScope"
clearable
placeholder=
"请输入经营范围"
></el-input>
</el-form-item>
</td>
</td>
</tr>
</tr>
</table>
</table>
...
@@ -486,6 +525,12 @@ export default {
...
@@ -486,6 +525,12 @@ export default {
[
"isNewAdvisoryBody"
,
"isNewAdvisoryBody"
],
[
"isNewAdvisoryBody"
,
"isNewAdvisoryBody"
],
[
"corporatePerson"
,
"corporatePerson"
],
[
"corporatePerson"
,
"corporatePerson"
],
[
"regAddress"
,
"regAddress"
],
[
"regAddress"
,
"regAddress"
],
[
"creditCode"
,
"creditCode"
],
[
"businessStatus"
,
"businessStatus"
],
[
"legalPerson"
,
"legalPerson"
],
[
"regDate"
,
"regDate"
],
[
"regCapital"
,
"regCapital"
],
[
"businessScope"
,
"businessScope"
],
]);
]);
this
.
setTemplateData
(
updateMap
,
data
);
this
.
setTemplateData
(
updateMap
,
data
);
console
.
log
(
this
.
comProjectDetailInfo
);
console
.
log
(
this
.
comProjectDetailInfo
);
...
...
dsk-operate-ui/src/views/detail/party-a/internalCooperation/affiliationRisk.vue
View file @
baf6f08d
...
@@ -58,12 +58,12 @@
...
@@ -58,12 +58,12 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"不良事由"
min-width=
"120"
:resizable=
"false"
>
<el-table-column
label=
"不良事由"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
b
lsy
||
"--"
}}
{{
scope
.
row
.
b
adReason
||
"--"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"不良行为情形"
min-width=
"280"
:resizable=
"false"
>
<el-table-column
label=
"不良行为情形"
min-width=
"280"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
bad
Reas
on
||
"--"
}}
{{
scope
.
row
.
bad
BehaviorSituati
on
||
"--"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"添加人"
min-width=
"120"
:resizable=
"false"
>
<el-table-column
label=
"添加人"
min-width=
"120"
:resizable=
"false"
>
...
...
dsk-operate-ui/src/views/supplier/disableManagement/affiliationRisk.vue
View file @
baf6f08d
...
@@ -86,12 +86,12 @@
...
@@ -86,12 +86,12 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"不良事由"
min-width=
"120"
:resizable=
"false"
>
<el-table-column
label=
"不良事由"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
b
lsy
||
"--"
}}
{{
scope
.
row
.
b
adReason
||
"--"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"不良行为情形"
min-width=
"280"
:resizable=
"false"
>
<el-table-column
label=
"不良行为情形"
min-width=
"280"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
bad
Reas
on
||
"--"
}}
{{
scope
.
row
.
bad
BehaviorSituati
on
||
"--"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"添加人"
min-width=
"150"
:resizable=
"false"
>
<el-table-column
label=
"添加人"
min-width=
"150"
:resizable=
"false"
>
...
...
dsk-operate-ui/src/views/supplier/supplierlist/laborSubcontractingTeam.vue
View file @
baf6f08d
...
@@ -531,8 +531,10 @@
...
@@ -531,8 +531,10 @@
registerProvince
:
[],
registerProvince
:
[],
registerCity
:
[],
registerCity
:
[],
approveDate2Start
:
null
,
approveDate2Start
:
null
,
approveDate2End
:
null
approveDate2End
:
null
,
laborCaptainIdCard
:
null
}
}
this
.
isIdCardRepeat
=
''
this
.
cusoomerInfolist
()
this
.
cusoomerInfolist
()
},
},
cusoomerInfolist
(){
cusoomerInfolist
(){
...
...
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