Commit 5be532e4 authored by godwithdh's avatar godwithdh

form

parent 4a7ef9e0
<style lang="less">
@import url('../../../styles/common.less');
#IntReportForms{
background:#f6f5f9;
background: #edf4ff;
// background:#f6f5f9;
height:100%;
display:flex;
flex-direction: column;
......
......@@ -58,8 +58,15 @@
<div ref='chart' style="width:100%;height:150px;"/>
<table class="DATA">
<tr>
<td><div> <span></span> </div></td>
<td><div> <span>总支出</span> </div></td>
<template v-if="tabIndex=='getTiipReceiveinfo'">
<td><div> <span></span> </div></td>
<td><div> <span>总应收</span> </div></td>
</template>
<template v-else>
<td><div> <span></span> </div></td>
<td><div> <span>总应付</span> </div></td>
</template>
<!-- <td v-else><div> <span>总应付</span> </div></td> -->
<td><div></div></td>
<td><div> <span>{{allPay.toLocaleString()}}</span> </div></td>
</tr>
......
......@@ -64,8 +64,9 @@
<template v-for="(v,k) in list">
<tr class="name" :key="k+'_name'">
<td @click="toDetail(k)">
<div style="color: #cb855d;font-size: 11px;">{{v.sSampleMaterialNo||""}}</div>
<div style="font-size: 14px;">{{v.sProviderName||""}}</div>
<div>{{v.sSampleMaterialNo||""}}</div>
<!-- <div style="color: #cb855d;font-size: 11px;">{{v.sSampleMaterialNo||""}}</div>
<div style="font-size: 14px;">{{v.sProviderName||""}}</div> -->
</td>
</tr>
<tr :key="k+'_1'">
......
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