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
099d032e
Commit
099d032e
authored
Jul 05, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签证订单完结功能
parent
c1e550fe
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
959 additions
and
736 deletions
+959
-736
VisaProduct.vue
src/components/SalesVisa/VisaProduct.vue
+227
-219
VisaProductOrder.vue
src/components/SalesVisa/VisaProductOrder.vue
+328
-220
VisaProductOrder.vue
src/components/SalesVisa/components/VisaProductOrder.vue
+75
-59
visaOrderList.vue
src/components/SalesVisa/components/visaOrderList.vue
+329
-238
No files found.
src/components/SalesVisa/VisaProduct.vue
View file @
099d032e
This diff is collapsed.
Click to expand it.
src/components/SalesVisa/VisaProductOrder.vue
View file @
099d032e
This diff is collapsed.
Click to expand it.
src/components/SalesVisa/components/VisaProductOrder.vue
View file @
099d032e
...
@@ -336,6 +336,15 @@
...
@@ -336,6 +336,15 @@
<el-option
label=
"待付款"
value=
"3"
key=
'3'
></el-option>
<el-option
label=
"待付款"
value=
"3"
key=
'3'
></el-option>
</el-select>
</el-select>
</span></li>
</span></li>
<li>
<span>
<em>
完结状态
</em>
<el-select
v-model=
'msg.IsFinish'
>
<el-option
label=
"不限"
value=
"0"
key=
'0'
></el-option>
<el-option
label=
"已完结"
value=
"1"
key=
'1'
></el-option>
<el-option
label=
"未完结"
value=
"2"
key=
'2'
></el-option>
</el-select>
</span></li>
<li
v-if=
"pagesTitle!='销售'"
>
<li
v-if=
"pagesTitle!='销售'"
>
<span>
<span>
<em>
业务员
</em>
<em>
业务员
</em>
...
@@ -518,7 +527,8 @@
...
@@ -518,7 +527,8 @@
VisaOrderStatus
:
'0'
,
VisaOrderStatus
:
'0'
,
CreateBy
:
0
,
CreateBy
:
0
,
RB_Branch_Id
:
-
1
,
RB_Branch_Id
:
-
1
,
OrderId
:
0
OrderId
:
0
,
IsFinish
:
'0'
,
},
},
addMsg
:
{
addMsg
:
{
Id
:
0
,
Id
:
0
,
...
@@ -791,8 +801,15 @@
...
@@ -791,8 +801,15 @@
this
.
apipost
(
url
,
this
.
msg
,
res
=>
{
this
.
apipost
(
url
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
0
)
{
if
(
res
.
data
.
resultCode
==
0
)
{
this
.
loading
=
false
;
this
.
loading
=
false
;
this
.
dataList
=
[]
this
.
dataList
=
[]
}
else
{
}
else
{
let
arrList
=
function
(
list
){
list
.
forEach
(
x
=>
{
x
.
loading
=
false
});
}
arrList
(
res
.
data
.
data
.
pageData
)
this
.
dataList
=
res
.
data
.
data
.
pageData
;
this
.
dataList
=
res
.
data
.
data
.
pageData
;
this
.
total
=
res
.
data
.
data
.
count
;
this
.
total
=
res
.
data
.
data
.
count
;
this
.
loading
=
false
;
this
.
loading
=
false
;
...
@@ -908,4 +925,3 @@
...
@@ -908,4 +925,3 @@
}
}
</
script
>
</
script
>
\ No newline at end of file
src/components/SalesVisa/components/visaOrderList.vue
View file @
099d032e
This diff is collapsed.
Click to expand it.
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