Commit 0b6e8569 authored by 黄奎's avatar 黄奎

页面修改

parent 103a32f5
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
v-if="outItem.PriceShopList.length>0" :key="outindex+1500"> v-if="outItem.PriceShopList.length>0" :key="outindex+1500">
<template v-for="(item,index) in outItem.PriceShopList"> <template v-for="(item,index) in outItem.PriceShopList">
<template v-for="(subItem,subIndex) in item.ShopDetailsList"> <template v-for="(subItem,subIndex) in item.ShopDetailsList">
<tr :key="index+subIndex+4000"> <tr>
<td :rowspan="outItem.rowspanCount" v-if="index==0&&subIndex==0"> <td :rowspan="outItem.rowspanCount" v-if="index==0&&subIndex==0">
{{outItem.NewCombinationNum}} {{outItem.NewCombinationNum}}
</td> </td>
...@@ -490,7 +490,7 @@ ...@@ -490,7 +490,7 @@
myDate.getDate(); myDate.getDate();
this.msg.StartDate = nowDate; this.msg.StartDate = nowDate;
this.msg.LineId=14;//默认日本线 this.msg.LineId=14;//默认日本线
this.msg.StartDate = '2019-09-04'; //this.msg.StartDate = '2019-09-04';
// this.msg.CombinationNum = 'JVS0703HP-MUB'; // this.msg.CombinationNum = 'JVS0703HP-MUB';
this.getLineList(); this.getLineList();
this.getList(); this.getList();
......
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