Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
d21311d4
Commit
d21311d4
authored
Jan 23, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车行 供应商 增加账户
parent
7626ef2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
empBankAccount.vue
src/components/administrative/empBankAccount.vue
+12
-1
No files found.
src/components/administrative/empBankAccount.vue
View file @
d21311d4
...
...
@@ -192,7 +192,8 @@
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"供应商:"
prop=
"SupplierName"
>
<el-input
type=
"text"
v-model=
"addMsg.SupplierName"
></el-input>
<el-input
type=
"text"
v-model=
"addMsg.SupplierName"
:disabled=
"$route.query.FeatureType"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -428,6 +429,15 @@
this
.
changeTitle
()
},
methods
:
{
// 车系统 添加账户
getCarDatas
(){
if
(
this
.
$route
.
query
.
FeatureType
){
this
.
addMsg
.
ObjID
=
this
.
$route
.
query
.
ObjID
this
.
addMsg
.
ObjIdStr
=
this
.
$route
.
query
.
SupplierName
this
.
addMsg
.
SupplierName
=
this
.
$route
.
query
.
SupplierName
this
.
addMsg
.
RB_Group_Id
=
this
.
$route
.
query
.
id
}
},
//替换卡号里面的空格
replaceSpace
(
event
)
{
// onkeyup="value=value.replace(/[^\w\u4E00-\u9FA5]/g,'')"
...
...
@@ -636,6 +646,7 @@
this
.
outerVisible
=
true
this
.
dialogTitle
=
this
.
$t
(
'ground.xinzengzhanghu'
)
this
.
resetForm
(
'addMsg'
)
this
.
getCarDatas
()
},
changeTitle
()
{
if
(
this
.
addMsg
.
AccountClassify
==
1
)
{
...
...
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