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
7062a3cb
Commit
7062a3cb
authored
Aug 28, 2023
by
邓春圆
Committed by
houjn@hikoon.cn
Aug 29, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加
最小保价费金额
parent
61371fb9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
index.vue
src/views/ecw/warehouse/index.vue
+7
-2
No files found.
src/views/ecw/warehouse/index.vue
View file @
7062a3cb
...
...
@@ -324,6 +324,9 @@
<el-option
v-for=
"(item) in currencyList"
:disabled=
"item.status === 1"
:label=
"$l(item, 'title')"
:value=
"item.id"
></el-option>
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('最小保价费金额')"
>
<el-input-number
:controls=
"false"
v-model=
"lineform.minPrice"
>
</el-input-number>
</el-form-item>
<el-form-item
:label=
"$t('是否支持控货')"
>
<el-radio-group
v-model=
"lineform.controlStatus"
>
<el-radio
:label=
"0"
>
支持
</el-radio>
...
...
@@ -549,7 +552,7 @@ export default {
// 表单参数
form
:
{
checkList
:[],},
ladingform
:
{
prefixCounter
:
null
,
titleZh
:
null
,
contentZh
:
null
,
account
:
null
,
acctArr
:[]},
lineform
:
{
otherService
:[],
isClientShow
:
1
,
makeBillNode
:
'
2
'
,
controlStatus
:
'
0
'
,
currencyUnit
:
1
},
lineform
:
{
otherService
:[],
isClientShow
:
1
,
makeBillNode
:
'
2
'
,
controlStatus
:
'
0
'
,
currencyUnit
:
1
,
minPrice
:
0
},
startName
:
''
,
destName
:
''
,
...
...
@@ -875,6 +878,7 @@ export default {
this
.
lineform
.
transportType
=
row
.
transportType
;
this
.
lineform
.
currencyUnit
=
row
.
currencyUnit
?
row
.
currencyUnit
:
1
this
.
lineform
.
controlStatus
=
row
.
controlStatus
?
row
.
controlStatus
:
0
this
.
lineform
.
minPrice
=
row
.
minPrice
?
row
.
minPrice
:
0
console
.
log
(
row
,
'
row
'
)
},
...
...
@@ -890,7 +894,8 @@ export default {
makeBillNode
:
this
.
lineform
.
makeBillNode
,
isClientShow
:
this
.
lineform
.
isClientShow
,
controlStatus
:
this
.
lineform
.
controlStatus
,
currencyUnit
:
this
.
lineform
.
currencyUnit
currencyUnit
:
this
.
lineform
.
currencyUnit
,
minPrice
:
this
.
lineform
.
minPrice
}).
then
(
res
=>
{
this
.
$modal
.
msgSuccess
(
this
.
$t
(
"
操作成功
"
));
// for(let index in this.routeList) {
...
...
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