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
ffef36de
Commit
ffef36de
authored
Jul 17, 2023
by
Marcus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分金额保留整数规则优化 / 后台、PDA特需仅输入整数 正整数
https://zentao.test.jdshangmen.com/task-view-2669.html
parent
d9a94313
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
specialNeeds.vue
src/views/ecw/order/components/specialNeeds.vue
+4
-7
No files found.
src/views/ecw/order/components/specialNeeds.vue
View file @
ffef36de
...
...
@@ -12,13 +12,10 @@
</el-form-item>
<el-form-item
:label=
"$t('特殊要求备注')"
><el-input
type=
"textarea"
style=
"width: 300px;"
v-model=
"todoDetail"
></el-input></el-form-item>
<el-form-item
v-for=
"(item,index) in this.getDictDatas(this.DICT_TYPE.ORDER_SPECIAL_NEEDS)"
v-if=
"advanceType.indexOf(item.value) > -1"
:key=
"item.value"
:label=
"item.label + '预计金额'"
>
<el-input
style=
"width: 300px;"
v-model.number=
"specialNeedsList[index].transFee"
type=
"number"
>
<div
style=
"width: 100px;"
slot=
"append"
>
<el-select
v-model=
"specialNeedsList[index].transCurrency"
>
<el-option
v-for=
"item in JSON.parse(currency)"
:key=
"item.id"
:label=
"item.titleZh"
:value=
"item.id"
/>
</el-select>
</div>
</el-input>
<el-input-number
style=
"width: 300px;"
v-model.number=
"specialNeedsList[index].transFee"
type=
"number"
:min=
"0"
step-strictly
></el-input-number>
<el-select
v-model=
"specialNeedsList[index].transCurrency"
>
<el-option
v-for=
"item in JSON.parse(currency)"
:key=
"item.id"
:label=
"item.titleZh"
:value=
"item.id"
/>
</el-select>
<div
style=
"display: inline-block;margin-left: 20px;"
>
<span
style=
"margin-right: 10px;"
>
{{
$t
(
'
付款类型
'
)
}}
</span>
<dict-selector
:placeholder=
"$t('请选择付款类型')"
v-model=
"specialNeedsList[index].payType"
:type=
"DICT_TYPE.PAYMENT_TYPE"
></dict-selector>
...
...
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