Commit 2980daa1 authored by 吴春's avatar 吴春

提交优化

parent d59ecd6c
...@@ -613,13 +613,12 @@ ...@@ -613,13 +613,12 @@
.page_fnDm .btmAddStore { .page_fnDm .btmAddStore {
border-top: 1px solid #d1d1d1; border-top: 1px solid #d1d1d1;
display: none; display: none;
overflow-x: auto; width: 94%;
width: 86%; max-height: 694px;
overflow-y: auto;
position: fixed; position: fixed;
background: #f9f9f9; background: #f9f9f9;
top:220px;
bottom: 0; bottom: 0;
z-index:2
} }
.page_fnDm .btmTitle { .page_fnDm .btmTitle {
padding: 0 10px; padding: 0 10px;
...@@ -632,6 +631,8 @@ ...@@ -632,6 +631,8 @@
.page_fnDm .impoTable { .page_fnDm .impoTable {
width: 100%; width: 100%;
min-width: 1400px; min-width: 1400px;
max-height:580px;
overflow: auto;
border-collapse: collapse; border-collapse: collapse;
} }
...@@ -659,6 +660,10 @@ ...@@ -659,6 +660,10 @@
width: 100px !important; width: 100px !important;
height:37px !important; height:37px !important;
} }
/deep/ .financiaUpload2 .el-upload-dragger{
width: 30px !important;
height: 20px !important;
}
.page_fnDm ._show_img_box { .page_fnDm ._show_img_box {
position: fixed; position: fixed;
background: rgba(0, 0, 0, .6); background: rgba(0, 0, 0, .6);
...@@ -1535,10 +1540,10 @@ ...@@ -1535,10 +1540,10 @@
<button v-loading="matchBtn" class="normalBtn" @click="sureMatchTransfer()" style="margin-left: 150px;margin-bottom: 10px">确认转移</button> <button v-loading="matchBtn" class="normalBtn" @click="sureMatchTransfer()" style="margin-left: 150px;margin-bottom: 10px">确认转移</button>
</el-dialog> </el-dialog>
<div class="btmAddStore" :class="{'fillShow':fillShow}"> <div v-if="fillShow" class="btmAddStore" :class="{'fillShow':fillShow}">
<div class="btmTitle">{{$t('objFill.daorugzdxx')}}</div> <div class="btmTitle">{{$t('objFill.daorugzdxx')}}</div>
<div style="color:red;padding:10px 0" v-if="BatchAddWagesMessage">提示:{{BatchAddWagesMessage}}</div> <div style="color:red;padding:10px 0" v-if="BatchAddWagesMessage">提示:{{BatchAddWagesMessage}}</div>
<div style="height:250px;overflow-y: auto;"> <div style="max-height:580px;overflow-y: auto;">
<table class="impoTable" style="border-spacing: 0px 1px;" v-loading="tabLoading"> <table class="impoTable" style="border-spacing: 0px 1px;" v-loading="tabLoading">
<thead> <thead>
<tr> <tr>
...@@ -1549,6 +1554,7 @@ ...@@ -1549,6 +1554,7 @@
<th >{{$t('objFill.pinzhengsc')}}</th> <th >{{$t('objFill.pinzhengsc')}}</th>
<th width="150">{{$t('pub.pubRemark')}}</th> <th width="150">{{$t('pub.pubRemark')}}</th>
<th width="150">下一步审核人</th> <th width="150">下一步审核人</th>
<th width="150">是否公账</th>
</tr> </tr>
<tr v-for="(item,index) in importData" > <tr v-for="(item,index) in importData" >
<td > <td >
...@@ -1590,10 +1596,11 @@ ...@@ -1590,10 +1596,11 @@
<span class="iconfont icon-guanbi1" style="font-size:12px;" @click="deleteInvoiceUploadFile(fIndex,index)"></span> <span class="iconfont icon-guanbi1" style="font-size:12px;" @click="deleteInvoiceUploadFile(fIndex,index)"></span>
</div> </div>
</template> </template>
<div class="_pic_upload financiaUpload" @click="importDataIndex=index"> <div class="_pic_upload financiaUpload2" @click="importDataIndex=index">
<el-upload drag :http-request="uploadFileInvoiceBtn" :multiple="true" :show-file-list="false" action=""> <el-upload drag :http-request="uploadFileInvoiceBtn" :multiple="true" :show-file-list="false" action=""
style="height:20px">
<i class="el-icon-plus avatar-uploader-icon"></i> <i class="el-icon-plus avatar-uploader-icon"></i>
<div class="el-upload__text" >{{$t('tips.dianjishanhcuan')}}</div> <!-- <div class="el-upload__text" >{{$t('tips.dianjishanhcuan')}}</div> -->
</el-upload> </el-upload>
</div> </div>
</div> </div>
...@@ -1604,11 +1611,14 @@ ...@@ -1604,11 +1611,14 @@
<td> <td>
<span>{{item.ReviewedBy}}</span> <span>{{item.ReviewedBy}}</span>
</td> </td>
<td>
<span>{{item.IsPublic}}</span>
</td>
</tr> </tr>
</thead> </thead>
</table> </table>
</div> </div>
<div class="btmBtn impotBtn"> <div class="btmBtn impotBtn" style="padding:10px 0">
<input type="button" class="normalBtn" @click="importInfo" :value="$t('ground.qrdr')" /> <input type="button" class="normalBtn" @click="importInfo" :value="$t('ground.qrdr')" />
<input type="button" class="hollowFixedBtn" @click="hideFill" :value="$t('pub.cancelBtn')" /> <input type="button" class="hollowFixedBtn" @click="hideFill" :value="$t('pub.cancelBtn')" />
</div> </div>
......
...@@ -2544,10 +2544,10 @@ ...@@ -2544,10 +2544,10 @@
待{{item.ChangePriceType=="2"?"会计":"总经理"}}{{item.examineByName}}审核 待{{item.ChangePriceType=="2"?"会计":"总经理"}}{{item.examineByName}}审核
</div> </div>
<div v-if="item.changePriceState==4" style="text-align:right;"> <div v-if="item.changePriceState==4" style="text-align:right;">
已驳回 已驳回 {{item.examineTime}}
</div> </div>
<div v-if="item.changePriceState==3" style="text-align:right;"> <div v-if="item.changePriceState==3" style="text-align:right;">
已通过 已通过 {{item.examineTime}}
</div> </div>
</div> </div>
</div> </div>
......
...@@ -2863,10 +2863,10 @@ ...@@ -2863,10 +2863,10 @@
待{{childItem.ChangePriceType=="2"?"会计":"总经理"}}{{childItem.ExamineByName}}审核 待{{childItem.ChangePriceType=="2"?"会计":"总经理"}}{{childItem.ExamineByName}}审核
</div> </div>
<div v-if="childItem.ChangePriceState==4" style="text-align:right;"> <div v-if="childItem.ChangePriceState==4" style="text-align:right;">
已驳回 已驳回 {{childItem.ExamineTime}}
</div> </div>
<div v-if="childItem.ChangePriceState==3" style="text-align:right;"> <div v-if="childItem.ChangePriceState==3" style="text-align:right;">
已通过 已通过 {{childItem.ExamineTime}}
</div> </div>
</div> </div>
</div> </div>
......
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