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
e4ff0ef7
Commit
e4ff0ef7
authored
Aug 29, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
特需修改为一个付款类型
parent
635d1eb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
specialNeeds.vue
src/views/ecw/order/components/specialNeeds.vue
+9
-4
No files found.
src/views/ecw/order/components/specialNeeds.vue
View file @
e4ff0ef7
...
...
@@ -14,7 +14,9 @@
<dict-selector
v-model=
"specialNeedsList[index].transCurrency"
:type=
"DICT_TYPE.COMMISSION_CURRENCY_TYPE"
></dict-selector>
</div>
</el-input>
<dict-selector
placeholder=
"请选择付款类型"
style=
"margin-left: 20px;"
v-model=
"specialNeedsList[index].payType"
:type=
"DICT_TYPE.PAYMENT_TYPE"
></dict-selector>
</el-form-item>
<el-form-item
label=
"付款类型"
>
<dict-selector
placeholder=
"请选择付款类型"
v-model=
"payType"
:type=
"DICT_TYPE.PAYMENT_TYPE"
></dict-selector>
</el-form-item>
</el-form>
</div>
...
...
@@ -44,12 +46,16 @@ export default {
form
:{},
advanceType
:[],
specialNeedsList
:[],
todoDetail
:
''
todoDetail
:
''
,
payType
:
''
}
},
methods
:{
submit
(){
this
.
specialNeedsList
.
forEach
(
i
=>
i
.
todoDetail
=
this
.
todoDetail
)
this
.
specialNeedsList
.
forEach
(
i
=>
{
i
.
todoDetail
=
this
.
todoDetail
i
.
payType
=
this
.
payType
})
let
p
=
this
.
specialNeedsList
.
filter
(
i
=>
this
.
advanceType
.
indexOf
(
i
.
advanceType
)
>
-
1
)
specialNeedCreate
(
p
).
then
(
r
=>
{
if
(
r
.
code
===
0
){
...
...
@@ -67,7 +73,6 @@ export default {
this
.
specialNeedsList
.
push
({
advanceType
:
r
.
value
,
orderId
:
this
.
orderId
,
payType
:
''
,
//付款类型
transFee
:
''
,
//预计金额
transCurrency
:
''
,
//运输费币种
})
...
...
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