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
da9d5f6f
Commit
da9d5f6f
authored
Feb 28, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复提单是否显示价格偶发异常
parent
22f809d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
edit.vue
src/views/ecw/order/edit.vue
+11
-10
No files found.
src/views/ecw/order/edit.vue
View file @
da9d5f6f
...
...
@@ -463,12 +463,12 @@
</div>
<div>
<el-form-item
:label=
"$t('付款人')"
prop=
"drawee"
>
<dict-selector
:type=
"DICT_TYPE.DRAWEE"
v-model=
"form.drawee"
defaultable
form-type=
"radio"
:disabled=
"false"
/>
<dict-selector
:
formatter=
"Number"
:
type=
"DICT_TYPE.DRAWEE"
v-model=
"form.drawee"
defaultable
form-type=
"radio"
:disabled=
"false"
/>
<el-table
:data=
"customDraweeList"
v-if=
"form.drawee==3"
>
<el-table-column
:label=
"$t('费用类型')"
prop=
"label"
width=
"200px"
></el-table-column>
<el-table-column
:label=
"$t('付款人')"
width=
"300px"
>
<
template
slot-scope=
"{row}"
>
<dict-selector
:
type=
"DICT_TYPE.DRAWEE"
:filter=
"(e) => e.value == '1' || e.value == '2'
"
v-model=
"row.value"
form-type=
"radio"
:disabled=
"false"
/>
<dict-selector
:
formatter=
"Number"
:type=
"DICT_TYPE.DRAWEE"
:filter=
"(e) => e.value == 1 || e.value == 2
"
v-model=
"row.value"
form-type=
"radio"
:disabled=
"false"
/>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -1029,19 +1029,19 @@ export default {
this
.
$set
(
this
.
form
,
'
drawee
'
,
isCargoControl
?
2
:
2
)
}
this
.
setBllLandingPrice
()
this
.
setBllLandingPrice
(
'
form.isCargoControl
'
)
},
'
form.type
'
(){
this
.
setBllLandingPrice
()
this
.
setBllLandingPrice
(
'
form.type
'
)
},
'
form.drawee
'
(){
this
.
setBllLandingPrice
()
'
form.drawee
'
(
old
,
newVal
){
this
.
setBllLandingPrice
(
'
form.drawee
'
)
},
'
form.consigneeId
'
(){
this
.
setBllLandingPrice
()
this
.
setBllLandingPrice
(
'
form.consigneeId
'
)
},
'
form.consignorId
'
(){
this
.
setBllLandingPrice
()
this
.
setBllLandingPrice
(
'
form.consignorId
'
)
},
// 目的港清关,1我司,2客户
'
form.portDestCustomsClear
'
(
portDestCustomsClear
){
...
...
@@ -1251,7 +1251,7 @@ export default {
}
this
.
$nextTick
(()
=>
{
this
.
initing
=
false
console
.
log
(
"
initing
"
,
this
.
initing
)
console
.
log
(
"
初始化完成
initing
"
,
this
.
initing
)
})
},
100
)
...
...
@@ -1588,7 +1588,8 @@ export default {
})
},
// 设置默认的提货单是否显示价格
setBllLandingPrice
(){
setBllLandingPrice
(
src
){
console
.
log
(
"
更新默认的提单是否显示价格:src
"
+
src
,
this
.
initing
,
{...
this
.
form
});
if
(
this
.
form
.
orderId
&&
this
.
initing
)
return
// 240224 微信反馈
...
...
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