Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
0b10a162
Commit
0b10a162
authored
Mar 16, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
9f730dbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
14 deletions
+12
-14
edit.vue
src/components/coffeeManage/edit.vue
+5
-0
orderList.vue
src/components/coffeeManage/orderList.vue
+7
-14
No files found.
src/components/coffeeManage/edit.vue
View file @
0b10a162
...
...
@@ -1374,6 +1374,7 @@
this
.
getData
();
}
else
{
this
.
getTree
();
}
if
(
this
.
currentUserInfo
.
IsOpenSchool
==
0
)
{
this
.
isShowPlat
=
false
;
...
...
@@ -2414,6 +2415,10 @@
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
options
=
res
.
data
.
data
;
console
.
log
(
2418
,
this
.
$route
.
query
.
GoodsId
,
this
.
options
)
if
(
this
.
$route
.
query
.
GoodsId
==
0
){
this
.
SupplierId
=
this
.
options
[
0
].
ID
}
}
});
},
...
...
src/components/coffeeManage/orderList.vue
View file @
0b10a162
...
...
@@ -51,7 +51,7 @@
</el-select>
</el-input>
<span
style=
"margin-left: 15px;font-size:14px"
>
类型:
</span>
<el-select
class=
"w120"
@
change=
"(msg.pageIndex = 1), getList()"
v-model=
"msg.
Goods
EduType"
size=
"small"
<el-select
class=
"w120"
@
change=
"(msg.pageIndex = 1), getList()"
v-model=
"msg.
Order
EduType"
size=
"small"
placeholder=
"请选择"
>
<el-option
label=
"不限"
:value=
"0"
></el-option>
<el-option
label=
"咖啡劵"
:value=
"1"
></el-option>
...
...
@@ -926,7 +926,8 @@
AnchorName
:
""
,
IsSelectPayMoney
:
0
,
IsOffline
:
-
1
,
GoodsEduType
:
0
,
OrderEduType
:
0
,
Q_OrderEduType
:
1
},
IsSelectPayMoney
:
0
,
platList
:
[],
...
...
@@ -1868,21 +1869,13 @@
},
goSF
(
item
)
{
//收入详情
// window.open('http://www.test.com:8081/#/FinancialDocumentsDetail?id='+item.FrID+'&Conditon=1&tab=%E5%8D%95%E6%8D%AE%E8%AF%A6%E6%83%85')
window
.
open
(
"http://yx.oytour.com/#/FinancialDocumentsDetail?id="
+
item
.
FrID
+
"&Conditon=1&tab=%E5%8D%95%E6%8D%AE%E8%AF%A6%E6%83%85"
);
// window.open('http://localhost:8181/#/financial/financalDocument/FinancialDocumentsDetail?id='+item.FrID,"_blank")
window
.
open
(
'http://edu.oytour.com/#/financial/financalDocument/FinancialDocumentsDetail?id='
+
item
.
FrID
,
"_blank"
)
},
goZF
(
item
)
{
//付款详情
// window.open('http://www.test.com:8081/#/FinancialDocumentsDetail?id='+item.FrID+'&Conditon=1&tab=%E5%8D%95%E6%8D%AE%E8%AF%A6%E6%83%85')
window
.
open
(
"http://yx.oytour.com/#/FinancialDocumentsDetail?id="
+
item
.
FrID
+
"&Conditon=1&tab=%E5%8D%95%E6%8D%AE%E8%AF%A6%E6%83%85"
);
// window.open('http://localhost:8181/#/financial/financalDocument/FinancialDocumentsDetail?id='+item.FrID,"_blank")
window
.
open
(
'http://edu.oytour.com/#/financial/financalDocument/FinancialDocumentsDetail?id='
+
item
.
FrID
,
"_blank"
)
},
// 运费成本制单
yunfeizhidan
(
id
)
{
...
...
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