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
79a2ed03
Commit
79a2ed03
authored
May 12, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
f611885c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
TicketManager.vue
src/components/Ticketing/TicketManager.vue
+11
-3
No files found.
src/components/Ticketing/TicketManager.vue
View file @
79a2ed03
...
@@ -1341,7 +1341,7 @@
...
@@ -1341,7 +1341,7 @@
<li>
<li>
<span>
<span>
<em>
操作人
</em>
<em>
操作人
</em>
<el-select
v-model=
"msg.CreateBy"
filterable
:placeholder=
"$t('system.ph_in')"
class=
"w120"
>
<el-select
v-model=
"msg.CreateBy"
filterable
:placeholder=
"$t('system.ph_in')"
class=
"w120"
clearable
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"defaultSelectValue"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"defaultSelectValue"
></el-option>
<el-option
v-for=
"item in EmployeeList"
:label=
"item.EmName"
:value=
"item.EmployeeId"
<el-option
v-for=
"item in EmployeeList"
:label=
"item.EmName"
:value=
"item.EmployeeId"
:key=
"item.EmployeeId"
></el-option>
:key=
"item.EmployeeId"
></el-option>
...
@@ -1470,7 +1470,6 @@
...
@@ -1470,7 +1470,6 @@
</el-tooltip>
</el-tooltip>
<span
class=
"_oll_adrr"
>
{{
item
.
FreightSpaceStr
}}
</span>
<span
class=
"_oll_adrr"
>
{{
item
.
FreightSpaceStr
}}
</span>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"4"
class=
"vmiddle"
>
<el-col
:span=
"4"
class=
"vmiddle"
>
<div
class=
"FlightDivDetailsTM"
>
<div
class=
"FlightDivDetailsTM"
>
...
@@ -2939,7 +2938,8 @@
...
@@ -2939,7 +2938,8 @@
message
:
"请填写B2C单价"
,
message
:
"请填写B2C单价"
,
trigger
:
"change"
trigger
:
"change"
}]
}]
}
},
userInfo
:
{},
//当前登录用户
};
};
},
},
methods
:
{
methods
:
{
...
@@ -4131,9 +4131,17 @@
...
@@ -4131,9 +4131,17 @@
}
}
},
},
mounted
()
{
mounted
()
{
this
.
userInfo
=
this
.
getLocalStorage
();
var
id
=
this
.
$route
.
query
.
id
;
var
id
=
this
.
$route
.
query
.
id
;
if
(
id
)
{
if
(
id
)
{
this
.
msg
.
ID
=
id
;
this
.
msg
.
ID
=
id
;
}
else
{
//358,359,360,361,362,363
if
(
this
.
userInfo
.
RB_Department_Id
==
358
||
this
.
userInfo
.
RB_Department_Id
==
359
||
this
.
userInfo
.
RB_Department_Id
==
360
||
this
.
userInfo
.
RB_Department_Id
==
361
||
this
.
userInfo
.
RB_Department_Id
==
362
||
this
.
userInfo
.
RB_Department_Id
==
363
)
{
this
.
msg
.
CreateBy
=
this
.
userInfo
.
EmployeeId
;
}
}
}
this
.
GetChinaCityList
();
this
.
GetChinaCityList
();
this
.
GetLineList
();
this
.
GetLineList
();
...
...
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