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
7a8b5ac8
Commit
7a8b5ac8
authored
Jul 24, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug优化
parent
8843e716
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
edit.vue
src/views/ecw/order/edit.vue
+4
-3
index.vue
src/views/ecw/order/exception/index.vue
+2
-1
No files found.
src/views/ecw/order/edit.vue
View file @
7a8b5ac8
...
...
@@ -324,13 +324,14 @@
/>
</el-form-item>
</div>
<div
class=
"form-section"
v-if=
"form.customsType==2"
>
<span
style=
"color:red;font-size:14px"
>
{{$t('报关退税,请备齐资料。')}}
</span>
</div>
<div
class=
"form-section"
v-if=
"collectionProxy"
>
<el-form-item
:label=
"$t('是否代收货款')"
prop=
"isCollection"
>
<dict-selector
:type=
"DICT_TYPE.INFRA_BOOLEAN_STRING"
formatter=
"bool"
v-model=
"form.isCollection"
form-type=
"radio"
:disabled=
"false"
/>
</el-form-item>
<div
class=
"form-section"
v-if=
"form.customsType==2"
>
<span
style=
"color:red;font-size:14px"
>
{{$t('报关退税,请备齐资料。')}}
</span>
</div>
<!--代收货款,只有非控货订单、并且线路开通了代收货款后,才显示是否代收货款选项-->
<el-form-item
:label=
"$t('代收货款金额')"
v-if=
"collectionProxy && form.isCollection"
prop=
"collectionProxy"
class=
"ml-20"
>
<el-input
type=
"number"
v-model=
"form.collectionProxy"
class=
"w-200 mr-10"
:disabled=
"false"
></el-input>
...
...
src/views/ecw/order/exception/index.vue
View file @
7a8b5ac8
...
...
@@ -329,7 +329,8 @@ export default {
this
.
queryParams
=
{
page
:
1
,
rows
:
10
,
};
}
this
.
getList
()
},
importCityName
(
id
){
return
this
.
tradeCityList
.
filter
(
item
=>
item
.
id
==
id
)
...
...
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