Commit 4ce1b79b authored by Mac's avatar Mac

1

parent d6b2713e
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
</div> </div>
</td> </td>
<td style="border:none"> <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-btn-dropdown flat size="xs" color="dark" label="更多" style="margin-left:10px;">
<q-list> <q-list>
...@@ -296,9 +296,20 @@ ...@@ -296,9 +296,20 @@
<div class="col"> <div class="col">
<div class="row" style="justify-content: space-between"> <div class="row" style="justify-content: space-between">
<span>收款单据:</span> <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> </div>
</div> </div>
</td> </td>
...@@ -795,7 +806,7 @@ ...@@ -795,7 +806,7 @@
let TCIDARR=[] let TCIDARR=[]
TCIDARR.push(obj.ClassId) TCIDARR.push(obj.ClassId)
let orderObj = { let orderObj = {
OrderID:obj.orderId, OrderID:obj.OrderId,
OrderSource:8, OrderSource:8,
Obj: {}, Obj: {},
SourceID:17, SourceID:17,
...@@ -804,7 +815,7 @@ ...@@ -804,7 +815,7 @@
this.$router.push({ this.$router.push({
path: '/financial/financalDocument/ChoiceAddFinancialDocuments', path: '/financial/financalDocument/ChoiceAddFinancialDocuments',
query:{ query:{
"Type":1, "Type":type,
"companyID":this.getLocalStorage().School_Id, "companyID":this.getLocalStorage().School_Id,
"path": "", "path": "",
'blank':'y', 'blank':'y',
...@@ -815,9 +826,6 @@ ...@@ -815,9 +826,6 @@
}); });
} }
} }
} }
...@@ -967,5 +975,14 @@ ...@@ -967,5 +975,14 @@
.myOrder .remarks-b-b{ .myOrder .remarks-b-b{
text-align: right;position: absolute;right: 0px;bottom: 0px 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> </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