Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
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
罗超
SuperMan
Commits
316a7858
Commit
316a7858
authored
Jun 21, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
0b989129
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
16 deletions
+18
-16
order-remark.vue
src/components/orderCommon/order-remark.vue
+18
-16
No files found.
src/components/orderCommon/order-remark.vue
View file @
316a7858
...
@@ -47,20 +47,22 @@
...
@@ -47,20 +47,22 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"20"
v-if=
"postMsg.TeamType!=2"
>
<template
v-if=
"postMsg.TeamType!=2"
>
<el-col
:span=
"3"
>
<el-row
:gutter=
"20"
>
<el-form-item
label=
"联运信息"
>
<el-col
:span=
"2"
>
<el-form-item
label=
"是否联运"
>
<el-checkbox
v-model=
"postMsg.IsIntermodal"
:true-label=
"1"
:false-label=
"0"
>
<el-checkbox
v-model=
"postMsg.IsIntermodal"
:true-label=
"1"
:false-label=
"0"
>
</el-checkbox>
</el-checkbox>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"21
"
>
<el-col
:span=
"22
"
>
<el-form-item
label=
"联运备注"
>
<el-form-item
label=
"联运备注"
>
<el-input
v-model=
"postMsg.UnionRemark"
type=
"textarea"
maxlength=
"500"
>
<el-input
v-model=
"postMsg.UnionRemark"
type=
"textarea"
maxlength=
"500"
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
</
template
>
</el-form>
</el-form>
</div>
</div>
</template>
</template>
...
@@ -82,7 +84,7 @@
...
@@ -82,7 +84,7 @@
isOrder
:
1
,
//1-可以修改,0-不能修改【默认可以修改】
isOrder
:
1
,
//1-可以修改,0-不能修改【默认可以修改】
UnionRemark
:
""
,
//新联运备注
UnionRemark
:
""
,
//新联运备注
IsIntermodal
:
0
,
//是否联运
IsIntermodal
:
0
,
//是否联运
TeamType
:
0
,
//团队类型(0-常规,1-小包团,2-当地游)
TeamType
:
0
,
//团队类型(0-常规,1-小包团,2-当地游)
},
},
};
};
},
},
...
@@ -136,7 +138,7 @@
...
@@ -136,7 +138,7 @@
this
.
postMsg
.
isOrder
=
this
.
remarksMsg
.
isOrder
;
this
.
postMsg
.
isOrder
=
this
.
remarksMsg
.
isOrder
;
this
.
postMsg
.
UnionRemark
=
this
.
remarksMsg
.
UnionRemark
;
this
.
postMsg
.
UnionRemark
=
this
.
remarksMsg
.
UnionRemark
;
this
.
postMsg
.
IsIntermodal
=
this
.
remarksMsg
.
IsIntermodal
;
this
.
postMsg
.
IsIntermodal
=
this
.
remarksMsg
.
IsIntermodal
;
this
.
postMsg
.
TeamType
=
this
.
remarksMsg
.
TeamType
;
this
.
postMsg
.
TeamType
=
this
.
remarksMsg
.
TeamType
;
},
},
deep
:
true
deep
:
true
},
},
...
...
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