Commit f3ba1863 authored by youjie's avatar youjie

no message

parent 91f4446a
...@@ -5,8 +5,14 @@ ...@@ -5,8 +5,14 @@
<div> <div>
<p style="color: red;font-size: 16px;"> <p style="color: red;font-size: 16px;">
提示: 提示:
<span>一共有 {{ChangeThePriceData.length}} <span>一共有 <span class="c059FF6 fz16" style="margin-left: 10px;margin-right: 10px;cursor: pointer;font-weight: bold;"
条账未平数据,快去<span class="c059FF6 fz16" style="margin-left: 10px;margin-right: 10px;cursor: pointer;font-weight: bold;" @click="ckChangePrice">申请改价</span></span> @click="ckChangePrice">
{{ChangeThePriceData.length}}
</span>
条账未平数据,快去
<span class="c059FF6 fz16" style="margin-left: 10px;margin-right: 10px;cursor: pointer;font-weight: bold;" @click="ckChangePrice">申请改价</span>
</span>
</p> </p>
<p style="font-size: 18px;font-weight: bold;background: #d1d1d1;padding: 5px 10px;margin-top: 5px;">订单改价列表 <p style="font-size: 18px;font-weight: bold;background: #d1d1d1;padding: 5px 10px;margin-top: 5px;">订单改价列表
......
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
</el-popover> </el-popover>
</li> </li>
<li> <li>
<input type="button" class="normalBtn" :value="$t('pub.searchBtn')" @click.stop="msg.pageIndex=1,currentPage=1,msg2.pageIndex=1,currentPage2=1,GetList()" /> <input type="button" class="normalBtn" :value="$t('pub.searchBtn')" @click.stop="msg.OrderId=0,msg.pageIndex=1,currentPage=1,msg2.pageIndex=1,currentPage2=1,GetList()" />
<input v-if="pagesTitle=='销售'||pagesTitle=='OP'" type="button" class="hollowFixedBtn" value="导出" @click="exportExcel"> <input v-if="pagesTitle=='销售'||pagesTitle=='OP'" type="button" class="hollowFixedBtn" value="导出" @click="exportExcel">
</li> </li>
</ul> </ul>
......
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