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
651a076b
Commit
651a076b
authored
Aug 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
bf0a8f61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
orderList.vue
src/components/orderMan/orderList.vue
+14
-7
No files found.
src/components/orderMan/orderList.vue
View file @
651a076b
...
...
@@ -63,7 +63,7 @@
</el-input>
</div>
<div
style=
"display: flex;flex-direction: row;align-items: center;font-size: 12px"
>
<div
style=
"display: flex;flex-direction: row;align-items: center;font-size: 12px"
v-if=
"TenantId==1"
>
<div
class=
"fkbox"
>
<div
class=
"fkbox_item"
style=
"background: #00FFFF"
></div>
<span>
暂存
</span>
...
...
@@ -206,7 +206,7 @@
</div>
<div
style=
"width: 200px; display: flex;flex-direction:column;justify-content: center"
v-if=
"
item.
TenantId==1"
>
<div
style=
"width: 200px; display: flex;flex-direction:column;justify-content: center"
v-if=
"TenantId==1"
>
<el-dropdown
trigger=
"click"
style=
"margin-left: 50px"
>
<span
class=
"el-dropdown-link"
>
制单
</span>
<el-dropdown-menu
slot=
"dropdown"
class=
"TC-dropdown"
>
...
...
@@ -232,7 +232,7 @@
</div>
</div>
</div>
<div
class=
"billStyle"
v-if=
"(list.SFinanceList.length>0|| list.ZFinanceList.length >0) &&
item.
TenantId==1"
>
<div
class=
"billStyle"
v-if=
"(list.SFinanceList.length>0|| list.ZFinanceList.length >0) && TenantId==1"
>
<div
class=
"billStyle_item"
style=
"border-right: 1px solid #EBEEF5"
>
收入单据:
<span
v-for=
"(item,index2) in list.SFinanceList"
:key=
"index2"
@
click=
"goSF(item)"
>
...
...
@@ -763,9 +763,12 @@
SuplierList
:[],
// 供应商下拉数据
SupplierId
:
0
,
//公用供应商id 给弹窗用
CommonId
:
0
,
//公用id 给弹窗用
TenantId
:
0
,
}
},
created
()
{
let
currentUser
=
this
.
getLocalStorage
()
this
.
TenantId
=
currentUser
.
TenantId
if
(
this
.
$route
.
query
.
TypeId
){
this
.
msgId
=
Number
(
this
.
$route
.
query
.
TypeId
)
}
...
...
@@ -1510,7 +1513,8 @@
ReFinanceId2
:
list
.
Id
,
//订单商品id
ECOrderList
:[{
ECOrderId
:
item
.
OrderId
,
ECOrderDetailId
:
list
.
Id
}]
}
window
.
open
(
'http://www.test.com:8081/#/ChoiceAddFinancialDocuments?Type=1&companyID='
+
companyID
+
'&orderObj='
+
JSON
.
stringify
(
orderObj
))
// window.open('http://www.test.com:8081/#/ChoiceAddFinancialDocuments?Type=1&companyID='+companyID+'&orderObj='+JSON.stringify(orderObj))
window
.
open
(
'http://yx.oytour.com/#/ChoiceAddFinancialDocuments?Type=1&companyID='
+
companyID
+
'&orderObj='
+
JSON
.
stringify
(
orderObj
))
},
goPayment
(
item
,
list
){
//跳到erp付款单
let
currentUser
=
this
.
getLocalStorage
()
...
...
@@ -1522,13 +1526,16 @@
ReFinanceId2
:
list
.
Id
,
ECOrderList
:[{
ECOrderId
:
item
.
OrderId
,
ECOrderDetailId
:
list
.
Id
}]
}
window
.
open
(
'http://www.test.com:8081/#/ChoiceAddFinancialDocuments?Type=2&companyID='
+
companyID
+
'&orderObj='
+
JSON
.
stringify
(
orderObj
))
// window.open('http://www.test.com:8081/#/ChoiceAddFinancialDocuments?Type=2&companyID='+companyID+'&orderObj='+JSON.stringify(orderObj))
window
.
open
(
'http://yx.oytour.com/#/ChoiceAddFinancialDocuments?Type=2&companyID='
+
companyID
+
'&orderObj='
+
JSON
.
stringify
(
orderObj
))
},
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://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'
)
},
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://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'
)
}
},
};
...
...
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