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
82b77b4e
Commit
82b77b4e
authored
Jul 16, 2023
by
Marcus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分金额保留整数规则优化 / 后台、PDA特需仅输入整数
https://zentao.test.jdshangmen.com/task-view-2669.html
parent
19a530b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
specialNeeds.vue
src/views/ecw/order/components/specialNeeds.vue
+1
-1
No files found.
src/views/ecw/order/components/specialNeeds.vue
View file @
82b77b4e
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
</el-form-item>
</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
: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-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"
>
<el-input
style=
"width: 300px;"
v-model.number=
"specialNeedsList[index].transFee"
type=
"number"
>
<div
style=
"width: 100px;"
slot=
"append"
>
<div
style=
"width: 100px;"
slot=
"append"
>
<el-select
v-model=
"specialNeedsList[index].transCurrency"
>
<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-option
v-for=
"item in JSON.parse(currency)"
:key=
"item.id"
:label=
"item.titleZh"
:value=
"item.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