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
5b05a382
Commit
5b05a382
authored
Jun 12, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
5e271c97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
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/supplier/disableManagement/affiliationRisk.vue
View file @
5b05a382
...
...
@@ -118,10 +118,10 @@
<el-input
v-model=
"ruleForm.leaderName"
placeholder=
"请输入劳务队长名称"
></el-input>
</el-form-item>
<el-form-item
label=
"身份证号码"
prop=
"laborCaptainIdCard"
>
<el-input
v-model=
"ruleForm.laborCaptainIdCard"
placeholder=
"请输入劳务队长身份证号码"
></el-input>
<el-input
v-model=
"ruleForm.laborCaptainIdCard"
placeholder=
"请输入劳务队长身份证号码"
onkeyup=
"this.value=this.value.replace(/[^\w_]/g,'');"
></el-input>
</el-form-item>
<el-form-item
label=
"联系电话"
prop=
"laborCaptainPhone"
>
<el-input
v-model=
"ruleForm.laborCaptainPhone"
placeholder=
"请输入联系电话"
></el-input>
<el-input
v-model=
"ruleForm.laborCaptainPhone"
placeholder=
"请输入联系电话"
oninput=
"if(value.length>11)value=value.slice(0,11)"
onkeyup=
"value = value.replace(/[^\d]/g,'');"
></el-input>
</el-form-item>
<el-form-item
label=
"挂靠单位"
prop=
"customerName"
>
<el-input
v-model=
"ruleForm.customerName"
placeholder=
"请输入挂靠单位"
></el-input>
...
...
dsk-operate-ui/src/views/supplier/supplierlist/laborSubcontractingTeam.vue
View file @
5b05a382
...
...
@@ -465,6 +465,7 @@
enterpriseList
:[],
tip
:
false
,
isIdCardRepeat
:
''
,
tableDataList
:[]
}
},
watch
:
{
...
...
@@ -691,16 +692,17 @@
this
.
tableDataList
=
[];
}
}
})
},
handleClick
(){
this
.
dialogVisible
=
false
;
this
.
tip
=
false
;
this
.
tableDataList
=
[];
this
.
tableData
=
this
.
tableDataList
;
this
.
tableData
.
forEach
(
item
=>
{
item
.
customerText
=
item
.
customerName
.
replace
(
/<
\/?[^
>
]
+
(
style=
(
'|"
)[^
'"
]
*
)?
>/gi
,
''
)
})
this
.
total
=
this
.
tableData
.
length
this
.
queryParam
=
{
cusomerName
:
''
,
unifySocialCode
:
''
,
...
...
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