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

页面修改

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