Commit 4ce1b79b authored by Mac's avatar Mac

1

parent d6b2713e
......@@ -142,7 +142,7 @@
</div>
</td>
<td style="border:none">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400" label="编辑" @click="edit(item)"
<q-btn flat size="xs" icon="edit" style="font-weight:400;color: #02C499" label="编辑" @click="edit(item)"
/>
<q-btn-dropdown flat size="xs" color="dark" label="更多" style="margin-left:10px;">
<q-list>
......@@ -296,9 +296,20 @@
<div class="col">
<div class="row" style="justify-content: space-between">
<span>收款单据:</span>
<span @click="chanceType(item,1)">修改</span>
<q-btn flat size="xs" icon="edit" style="font-weight:400;color: #02C499" label="修改" @click="chanceType(item,1)"/>
</div>
<div class="row wrap">
<div class="finance row" style="background: rgba(41, 97, 254, 0.2);color: #2961FE">
<span>124</span>
</div>
<div class="finance row" style="background: rgba(41, 97, 254, 0.2);color: #2961FE">
<span>124</span>
</div>
</div>
<div class="row" style="justify-content: space-between">
<span>付款单据:</span>
<q-btn flat size="xs" icon="edit" style="font-weight:400;color: #02C499" label="修改" @click="chanceType(item,2)"/>
</div>
</div>
</div>
</td>
......@@ -795,7 +806,7 @@
let TCIDARR=[]
TCIDARR.push(obj.ClassId)
let orderObj = {
OrderID:obj.orderId,
OrderID:obj.OrderId,
OrderSource:8,
Obj: {},
SourceID:17,
......@@ -804,7 +815,7 @@
this.$router.push({
path: '/financial/financalDocument/ChoiceAddFinancialDocuments',
query:{
"Type":1,
"Type":type,
"companyID":this.getLocalStorage().School_Id,
"path": "",
'blank':'y',
......@@ -815,9 +826,6 @@
});
}
}
}
......@@ -967,5 +975,14 @@
.myOrder .remarks-b-b{
text-align: right;position: absolute;right: 0px;bottom: 0px
}
.myOrder .on-left{
margin-right: 5px;
}
.myOrder .finance{
padding: 1px 10px;
align-items: center;
justify-content: center;
border-radius: 4px;
margin-right: 5px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment