Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
f2673e38
Commit
f2673e38
authored
May 13, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异常订单添加未查看无归属客服异常搜索
parent
586246d4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
en_US.json
src/i18n/languages/en_US.json
+1
-1
index.vue
src/views/ecw/order/exception/index.vue
+5
-3
No files found.
src/i18n/languages/en_US.json
View file @
f2673e38
...
...
@@ -3889,7 +3889,7 @@
"收费统计"
:
""
,
"公司中文名称"
:
""
,
"展示"
:
""
,
"
查看无归属客服异常"
:
"Viewing unassigned customer service exceptions.
"
,
"
无归属订单"
:
"Unassigned Order
"
,
"最多可放入{quantity}"
:
""
,
"可放入仓方数"
:
""
,
"可放入收费方数"
:
""
,
...
...
src/views/ecw/order/exception/index.vue
View file @
f2673e38
...
...
@@ -49,9 +49,6 @@
<el-form-item
:label=
"$t('订单号')+':'"
>
<el-input
v-model=
"queryParams.orderNo"
:placeholder=
"$t('请输入订单号')"
clearable
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
""
>
<el-checkbox
style=
"margin-left:20px"
v-model=
"queryParams.isHaveCustomer"
>
{{
$t
(
'
查看无归属客服异常
'
)
}}
</el-checkbox>
</el-form-item>
</el-row>
<el-row>
<!--
<el-form-item
:label=
"$t('发货人')+':'"
>
...
...
@@ -95,6 +92,11 @@
<el-option
:label=
"$t('海外仓')"
:value=
"2"
></el-option>
</el-select>
</el-form-item>
</el-row>
<el-row>
<el-form-item
label=
""
>
<el-checkbox
style=
"margin-left:60px"
v-model=
"queryParams.isHaveCustomer"
>
{{
$t
(
'
无归属订单
'
)
}}
</el-checkbox>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
{{
$t
(
'
搜索
'
)
}}
</el-button>
<!--
<el-button
icon=
"el-icon-refresh"
@
click=
"reset"
>
{{
$t
(
'
重置
'
)
}}
</el-button>
-->
...
...
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