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
7d6c5026
Commit
7d6c5026
authored
Jul 06, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
空运添加默认值
parent
ca84f554
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/ecw/warehouse/index.vue
+6
-6
No files found.
src/views/ecw/warehouse/index.vue
View file @
7d6c5026
...
...
@@ -307,12 +307,12 @@
</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>
...
...
@@ -533,8 +533,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
'
},
startName
:
''
,
destName
:
''
,
...
...
@@ -857,8 +857,8 @@ export default {
serviceConfig
({
lineId
:
this
.
lineform
.
lineId
,
otherService
:
otherService
.
join
(
'
,
'
),
isClientShow
:
this
.
l
ading
form
.
isClientShow
,
makeBillNode
:
this
.
l
ading
form
.
makeBillNode
isClientShow
:
this
.
l
ine
form
.
isClientShow
,
makeBillNode
:
this
.
l
ine
form
.
makeBillNode
}).
then
(
res
=>
{
this
.
$modal
.
msgSuccess
(
this
.
$t
(
"
操作成功
"
));
...
...
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