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
2b807926
Commit
2b807926
authored
Aug 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
11fb6dfc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
LiveOrder.vue
src/components/orderMan/LiveOrder.vue
+7
-0
orderList.vue
src/components/orderMan/orderList.vue
+4
-2
No files found.
src/components/orderMan/LiveOrder.vue
View file @
2b807926
...
...
@@ -362,8 +362,15 @@
})
}
this
.
finMsg
.
ERPEmpId
=
this
.
ERPEmpId
;
const
loading
=
this
.
$loading
({
lock
:
true
,
text
:
'生成单据中...'
,
spinner
:
'el-icon-loading'
,
});
this
.
apipost
(
"/api/order/SetLiveGoodsOrderFinance"
,
this
.
finMsg
,
res
=>
{
this
.
choiceFin
=
false
;
loading
.
close
();
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
getList
();
...
...
src/components/orderMan/orderList.vue
View file @
2b807926
...
...
@@ -180,7 +180,7 @@
</div>
<div
flex=
"cross:center main:center"
>
<div
flex=
"cross:center main:center"
v-if=
"item.TenantId==1"
>
<el-dropdown
trigger=
"click"
>
<span
class=
"el-dropdown-link"
>
制单
</span>
<el-dropdown-menu
slot=
"dropdown"
class=
"TC-dropdown"
>
...
...
@@ -195,13 +195,14 @@
</div>
</div>
</div>
<div
class=
"billStyle"
v-if=
"
list.SFinanceList.length>0|| list.ZFinanceList.length >0
"
>
<div
class=
"billStyle"
v-if=
"
(list.SFinanceList.length>0|| list.ZFinanceList.length >0) && item.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)"
>
<span
class=
"billtext"
v-if=
"item.Status == 0"
:style=
"
{color:'#00FFFF'}">
{{
item
.
FrID
}}
</span>
<span
class=
"billtext"
v-if=
"item.Status == 1"
:style=
"
{color:'#0080FF'}">
{{
item
.
FrID
}}
</span>
<span
class=
"billtext"
v-if=
"item.Status == 2&&item.Is_Cashier==1"
:style=
"
{color:'#FF4048'}">
{{
item
.
FrID
}}
</span>
<span
class=
"billtext"
v-if=
"item.Status == 2"
>
{{
item
.
FrID
}}
</span>
<span
class=
"billtext"
v-if=
"item.Status == 3"
:style=
"
{color:'#FFF100'}">
{{
item
.
FrID
}}
</span>
<span
class=
"billtext"
v-if=
"item.Status == 4"
:style=
"
{color:'#800080'}">
{{
item
.
FrID
}}
</span>
</span>
...
...
@@ -213,6 +214,7 @@
<span
class=
"billtext"
v-if=
"item.Status == 0"
:style=
"
{color:'#00FFFF'}">
{{
item
.
FrID
}}
</span>
<span
class=
"billtext"
v-if=
"item.Status == 1"
:style=
"
{color:'#0080FF'}">
{{
item
.
FrID
}}
</span>
<span
class=
"billtext"
v-if=
"item.Status == 2&&item.Is_Cashier==1"
:style=
"
{color:'#FF4048'}">
{{
item
.
FrID
}}
</span>
<span
class=
"billtext"
v-if=
"item.Status == 2"
>
{{
item
.
FrID
}}
</span>
<span
class=
"billtext"
v-if=
"item.Status == 3"
:style=
"
{color:'#FFF100'}">
{{
item
.
FrID
}}
</span>
<span
class=
"billtext"
v-if=
"item.Status == 4"
:style=
"
{color:'#800080'}">
{{
item
.
FrID
}}
</span>
</span>
...
...
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