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
cc7bb274
Commit
cc7bb274
authored
Jul 06, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
空运仓管开通服务修改
parent
7d33d5a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
8 deletions
+26
-8
index.vue
src/views/ecw/warehouse/index.vue
+26
-8
No files found.
src/views/ecw/warehouse/index.vue
View file @
cc7bb274
...
...
@@ -307,16 +307,27 @@
</el-checkbox-group>
</el-form-item>
<el-form-item
v-if=
"['3','4'].includes(lineform.transportType)"
label=
"空运提单制作节点"
>
<el-select
v-model=
"l
ading
form.makeBillNode"
>
<el-select
v-model=
"l
ine
form.makeBillNode"
>
<el-option
v-show=
"item.value !== '1'"
v-for=
"(item, index) in getDictDatas(DICT_TYPE.AIR_SHIPMENT_PROCESS)"
:label=
"$l(item, 'label')"
:value=
"item.value"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"线路是否在客户端显示"
>
<el-radio-group
v-model=
"l
ading
form.isClientShow"
>
<el-radio-group
v-model=
"l
ine
form.isClientShow"
>
<el-radio
:label=
"1"
>
可见
</el-radio>
<el-radio
:label=
"0"
>
不可见
</el-radio>
</el-radio-group>
</el-form-item>
<el-form-item
:label=
"$t('保费币种')"
>
<el-select
v-model=
"lineform.currencyUnit"
>
<el-option
v-for=
"(item) in currencyList"
:label=
"$l(item, 'title')"
:value=
"item.id"
></el-option>
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('是否支持控货')"
>
<el-radio-group
v-model=
"lineform.controlstatus"
>
<el-radio
:label=
"0"
>
支持
</el-radio>
<el-radio
:label=
"1"
>
不支持
</el-radio>
</el-radio-group>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
@@ -416,6 +427,7 @@ import Template from "../../cms/template/index";
// 海运和空运的抬头模板
import
tpl
from
'
./tpl
'
import
{
getCurrencyPage
}
from
"
@/api/ecw/currency
"
;
export
default
{
name
:
"
Warehouse
"
,
components
:
{
...
...
@@ -438,6 +450,7 @@ export default {
};
return
{
currencyList
:[],
// 遮罩层
loading
:
true
,
// 导出遮罩层
...
...
@@ -476,7 +489,8 @@ export default {
{
id
:
'
3
'
,
text
:
this
.
$t
(
'
非控货订单代收货款
'
)},
{
id
:
'
4
'
,
text
:
this
.
$t
(
'
海外仓
'
)},
{
id
:
'
2
'
,
text
:
this
.
$t
(
'
送货上门
'
)},
{
id
:
'
5
'
,
text
:
this
.
$t
(
'
提货异常
'
)}
{
id
:
'
5
'
,
text
:
this
.
$t
(
'
提货异常
'
)},
{
id
:
'
10
'
,
text
:
this
.
$t
(
'
默认送货上门
'
)}
],
// 总条数
...
...
@@ -533,8 +547,8 @@ export default {
},
// 表单参数
form
:
{
checkList
:[],},
ladingform
:
{
prefixCounter
:
null
,
titleZh
:
null
,
contentZh
:
null
,
account
:
null
,
acctArr
:[]
,
isClientShow
:
1
,
makeBillNode
:
''
},
lineform
:
{
otherService
:[],},
ladingform
:
{
prefixCounter
:
null
,
titleZh
:
null
,
contentZh
:
null
,
account
:
null
,
acctArr
:[]},
lineform
:
{
otherService
:[],
isClientShow
:
1
,
makeBillNode
:
'
2
'
,
controlstatus
:
0
,
currencyUnit
:
''
},
startName
:
''
,
destName
:
''
,
...
...
@@ -577,7 +591,7 @@ export default {
},
isShowError
()
{
return
(
item
)
=>
{
if
(
item
.
id
!==
'
5
'
)
return
true
;
if
(
item
.
id
!==
'
5
'
&&
item
.
id
!==
'
10
'
)
return
true
;
const
{
otherService
}
=
this
.
lineform
;
if
(
otherService
.
includes
(
'
2
'
))
return
true
;
return
false
;
...
...
@@ -662,6 +676,7 @@ export default {
},
created
()
{
getCurrencyPage
(
this
.
params
).
then
(
res
=>
this
.
currencyList
=
res
.
data
.
list
)
if
(
this
.
nodeId
)
{
this
.
queryParams
.
nodeId
=
parseInt
(
this
.
nodeId
);
}
...
...
@@ -856,10 +871,13 @@ export default {
}
serviceConfig
({
lineId
:
this
.
lineform
.
lineId
,
otherService
:
otherService
.
join
(
'
,
'
)
otherService
:
otherService
.
join
(
'
,
'
),
makeBillNode
:
this
.
lineform
.
makeBillNode
,
isClientShow
:
this
.
lineform
.
isClientShow
,
controlstatus
:
this
.
lineform
.
controlstatus
,
currencyUnit
:
this
.
lineform
.
currencyUnit
}).
then
(
res
=>
{
this
.
$modal
.
msgSuccess
(
this
.
$t
(
"
操作成功
"
));
for
(
let
index
in
this
.
routeList
)
{
let
routeItem
=
this
.
routeList
[
index
];
if
(
routeItem
.
lineId
&&
routeItem
.
lineId
==
this
.
lineform
.
lineId
)
{
...
...
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