Commit 103a32f5 authored by 黄奎's avatar 黄奎

页面修改

parent b0c3e538
...@@ -76,10 +76,10 @@ ...@@ -76,10 +76,10 @@
<td colspan="22">{{$t('system.content_noData')}}</td> <td colspan="22">{{$t('system.content_noData')}}</td>
</tr> </tr>
<tbody v-for="(outItem,outindex) in shopDataList" :class="{roomReservationsSplitTrCss:outindex%2!=0}" <tbody v-for="(outItem,outindex) in shopDataList" :class="{roomReservationsSplitTrCss:outindex%2!=0}"
v-if="outItem.PriceShopList.length>0" :key="outindex"> 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="subIndex"> <tr :key="index+subIndex+4000">
<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>
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
</template> </template>
</td> </td>
<td width="80" :rowspan="item.ShopDetailsList.length" v-if='subIndex==0'> <td width="80" :rowspan="item.ShopDetailsList.length" v-if='subIndex==0'>
<p v-for="(img, imgIndex) in subItem.dmcImageList" title="点击下载" @click="downLoadPZ(img)" :key="imgIndex" <p v-for="(img, imgIndex) in subItem.dmcImageList" title="点击下载" @click="downLoadPZ(img)" :key="imgIndex+500"
v-if="img !== ''" style="cursor: pointer;color:blue;">{{ '凭证' + (imgIndex + 1)}}</p> v-if="img !== ''" style="cursor: pointer;color:blue;">{{ '凭证' + (imgIndex + 1)}}</p>
</td> </td>
<td width="80" :rowspan="item.ShopDetailsList.length" v-if='subIndex==0'> <td width="80" :rowspan="item.ShopDetailsList.length" v-if='subIndex==0'>
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
</template> </template>
</template> </template>
</tbody> </tbody>
<tbody v-else v-for="(outItem,outindex) in shopDataList" :key="outindex"> <tbody v-else v-for="(outItem,outindex) in shopDataList" :key="outindex+100">
<tr > <tr >
<td> <td>
{{outItem.NewCombinationNum}} {{outItem.NewCombinationNum}}
...@@ -207,6 +207,9 @@ ...@@ -207,6 +207,9 @@
<td width="80"> </td> <td width="80"> </td>
<td width="80"> </td> <td width="80"> </td>
<td width="80"></td> <td width="80"></td>
<td width="80"></td>
<td width="80"></td>
<td></td>
<td></td> <td></td>
<td></td> <td></td>
</tr> </tr>
...@@ -220,7 +223,7 @@ ...@@ -220,7 +223,7 @@
<template> <template>
<el-form label-width="100px"> <el-form label-width="100px">
<el-form-item :label="$t('visa.v_tuanhao')"> <el-form-item :label="$t('visa.v_tuanhao')">
<div v-for="(item,index) in CreateHandBillList" :key="index"> <div v-for="(item,index) in CreateHandBillList" :key="index+1000">
<el-radio v-model="CreateHandBillID" :key="item.id" :label="item.id"></el-radio> <el-radio v-model="CreateHandBillID" :key="item.id" :label="item.id"></el-radio>
</div> </div>
</el-form-item> </el-form-item>
...@@ -487,7 +490,7 @@ ...@@ -487,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 = ''; 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