Commit 3c4c29a9 authored by 黄奎's avatar 黄奎
parents dee429cd b1ef8090
...@@ -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>
......
...@@ -2529,26 +2529,25 @@ ...@@ -2529,26 +2529,25 @@
<td colspan="4" class="groupTourOrder_remarksBytuan" style="height: 40px"> <td colspan="4" class="groupTourOrder_remarksBytuan" style="height: 40px">
<div> <div>
<div style="color: red"> <div style="color: red">
<span>OP备注:</span> <span>OP备注: {{item.opRemarkUpdateTimeStr}}</span>
<p>{{ item.oP_Remarks ? item.oP_Remarks : "无" }}</p> <p>{{ item.oP_Remarks ? item.oP_Remarks : "无" }}</p>
</div> </div>
<div <div
v-if="item.changePriceId>0&&(item.isOwn == 1 || IsSupperOrderEdit ||IsLookOrder || isUpdateOrder)" v-if="item.changePriceId>0&&(item.isOwn == 1 || IsSupperOrderEdit ||IsLookOrder || isUpdateOrder)"
style=" overflow:hidden;"> style=" overflow:hidden;margin-top:10px;">
<span style="color:red;">改价申请:</span> <span> 申请金额【<span <span style="color:red;">改价申请:</span> <span> {{item.changePriceTime}} 申请金额【<span
style="color:red;">{{item.changePriceMoney}}</span>元】{{item.changePriceReason}}</span> style="color:red;">{{item.changePriceMoney}}</span>元】{{item.changePriceReason}}</span>
<div style="text-align:right;" v-if="item.changePriceState==1">
待{{item.ChangePriceType=="2"?"OP":"主管"}}{{item.managerExamineName}}审核 <div style="text-align:right;" v-if="item.changePriceState==1"> 待{{item.ChangePriceType=="2"?"OP":"主管"}}{{item.managerExamineName}}审核 </div>
</div> <div style="text-align:right;" v-if="item.changePriceState==2">
<div style="text-align:right;" v-if="item.changePriceState==2"> 待{{item.ChangePriceType=="2"?"会计":"总经理"}}{{item.examineByName}}审核
待{{item.ChangePriceType=="2"?"会计":"总经理"}}{{item.examineByName}}审核 </div>
</div> <div style="text-align:right;" v-if="item.changePriceState==4" >
<div v-if="item.changePriceState==4" style="text-align:right;"> 已驳回
已驳回 </div>
</div> <div style="text-align:right;" v-if="item.changePriceState==3" >
<div v-if="item.changePriceState==3" style="text-align:right;"> 已通过
已通过 </div>
</div>
</div> </div>
</div> </div>
</td> </td>
...@@ -3019,7 +3018,7 @@ ...@@ -3019,7 +3018,7 @@
<td colspan="5" class="groupTourOrder_remarksBytuan" style="height: 40px"> <td colspan="5" class="groupTourOrder_remarksBytuan" style="height: 40px">
<div> <div>
<div> <div>
<span>OP备注:</span> <span>OP备注:{{item.opRemarkUpdateTimeStr }}</span>
<p>{{ item.oP_Remarks ? item.oP_Remarks : "无" }}</p> <p>{{ item.oP_Remarks ? item.oP_Remarks : "无" }}</p>
</div> </div>
</div> </div>
......
...@@ -2853,20 +2853,20 @@ ...@@ -2853,20 +2853,20 @@
</el-button> </el-button>
</el-popover> </el-popover>
</div> </div>
<div v-if="childItem.ChangePriceId>0" style=" overflow:hidden;"> <div v-if="childItem.ChangePriceId>0" style=" overflow:hidden;margin-top:10px;">
<span>改价申请: 申请金额【<span <span>改价申请: {{childItem.ChangePriceTime}}申请金额【<span
style="color:red;">{{childItem.ChangePriceMoney}}</span>元】{{childItem.ChangePriceReason}}</span> style="color:red;">{{childItem.ChangePriceMoney}}</span>元】{{childItem.ChangePriceReason}}</span>
<div style="text-align:right;" v-if="childItem.ChangePriceState==1"> <div style="text-align:right;" v-if="childItem.ChangePriceState==1">
待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核 待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核
</div> </div>
<div style="text-align:right;" v-if="childItem.ChangePriceState==2"> <div style="text-align:right;" v-if="childItem.ChangePriceState==2">
待{{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