Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
7a65efb9
Commit
7a65efb9
authored
Jul 21, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
3400155b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
backbill-form.vue
src/components/sale/backbill-form.vue
+10
-5
myOrder.vue
src/pages/sale/myOrder.vue
+1
-1
studyOrder.vue
src/pages/sale/studyOrder.vue
+1
-1
studyOrderStatistics.vue
src/pages/sale/studyOrderStatistics.vue
+1
-1
No files found.
src/components/sale/backbill-form.vue
View file @
7a65efb9
...
...
@@ -167,7 +167,7 @@
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
合同信息:
</span>
<span
class=
"backOtherInfo"
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"getlookContractNo(setingObj.DataObj.Contract
No
)"
v-if=
"setingObj.DataObj.ContractNo && setingObj.DataObj.ContractNo!=''"
>
<span
class=
"backOtherInfo"
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"getlookContractNo(setingObj.DataObj.Contract
Id
)"
v-if=
"setingObj.DataObj.ContractNo && setingObj.DataObj.ContractNo!=''"
>
{{
setingObj
.
DataObj
.
ContractNo
}}
</span>
<span
v-else
>
无
</span>
...
...
@@ -454,10 +454,15 @@
'OrderId'
:
OrderId
})
},
getlookContractNo
(
ContractNo
){
//跳转合同管理
this
.
OpenNewUrl
(
'/sale/contractManage'
,
{
'Name'
:
ContractNo
})
getlookContractNo
(
ContractId
){
//跳转合同管理
let
routeUrl
=
this
.
$router
.
resolve
({
path
:
"/contractView"
,
query
:
{
ContractId
:
ContractId
}
});
window
.
open
(
routeUrl
.
href
,
'_blank'
);
},
getlookFinishHours
(){
//跳转学员消耗课时明细
let
StartMonth
=
''
...
...
src/pages/sale/myOrder.vue
View file @
7a65efb9
...
...
@@ -25,7 +25,7 @@
option-label=
"CourseName"
v-model=
"msg.CouseId"
:options=
"CourseList"
emit-value
map-options
label=
"学习课程"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"
resetSearch
"
standout=
"bg-primary text-white"
option-value=
"Id"
option-label=
"Name"
<q-select
@
input=
"
msg.OrderState==0?(msg.Q_OrderState = 1):msg.Q_OrderState=0,resetSearch()
"
standout=
"bg-primary text-white"
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.OrderState"
:options=
"OrderStateList"
emit-value
map-options
label=
"订单状态"
/>
</div>
<div
class=
"col-3"
>
...
...
src/pages/sale/studyOrder.vue
View file @
7a65efb9
...
...
@@ -17,7 +17,7 @@
@
clear=
"resetSearch"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"
resetSearch
"
standout=
"bg-primary text-white"
option-value=
"Id"
option-label=
"Name"
<q-select
@
input=
"
msg.OrderState==0?(msg.Q_OrderState = 1):msg.Q_OrderState=0,resetSearch()
"
standout=
"bg-primary text-white"
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.OrderState"
:options=
"OrderStateList"
emit-value
map-options
label=
"订单状态"
/>
</div>
<div
class=
"col-3"
>
...
...
src/pages/sale/studyOrderStatistics.vue
View file @
7a65efb9
...
...
@@ -23,7 +23,7 @@
@
clear=
"resetSearch"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"
resetSearch
"
standout=
"bg-primary text-white"
option-value=
"Id"
option-label=
"Name"
<q-select
@
input=
"
msg.OrderState==0?(msg.Q_OrderState = 1):msg.Q_OrderState=0,resetSearch()
"
standout=
"bg-primary text-white"
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.OrderState"
:options=
"OrderStateList"
emit-value
map-options
label=
"订单状态"
/>
</div>
<div
class=
"col-3"
>
...
...
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