Commit 91db2f1f authored by 黄奎's avatar 黄奎

总库存看板修改

parent 60e10423
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
</el-select> </el-select>
</span> </span>
</li> </li>
<li> <li style="display:none;">
<span> <span>
<em>供应商</em> <em>供应商</em>
<el-select v-model="msg.Supplier" placeholder="请选择"> <el-select v-model="msg.Supplier" placeholder="请选择">
...@@ -470,7 +470,7 @@ ...@@ -470,7 +470,7 @@
if (this.msg.eDate == null) { if (this.msg.eDate == null) {
this.msg.eDate = this.setEdate() this.msg.eDate = this.setEdate()
} }
this.ApiPost2('hotel_post_GetStockPageList', this.msg, res => { this.ApiPost2('hotel_post_GetStockPageList_Supplier', this.msg, res => {
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.msg.total = res.data.data.count; this.msg.total = res.data.data.count;
......
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