Commit 2c5dfd14 authored by zhengke's avatar zhengke

修改

parent 521c68f4
...@@ -519,6 +519,12 @@ ...@@ -519,6 +519,12 @@
<td>{{item.PeopleNumber}}+1</td> <td>{{item.PeopleNumber}}+1</td>
<td colspan="8">{{item.TotalMoney}}</td> <td colspan="8">{{item.TotalMoney}}</td>
</tr> </tr>
<tr style="display:none;">
<td class="CP_ComTitle2">备注</td>
<td colspan="8">
<el-input type="textarea"></el-input>
</td>
</tr>
</table> </table>
<div class="Cost_Line"></div> <div class="Cost_Line"></div>
</el-form> </el-form>
......
...@@ -103,7 +103,9 @@ ...@@ -103,7 +103,9 @@
right: -27px; right: -27px;
top: -18px; top: -18px;
} }
.w875{
width:875px!important;
}
</style> </style>
<template> <template>
...@@ -193,7 +195,7 @@ ...@@ -193,7 +195,7 @@
</div> </div>
<div class="clearfix" v-show="IsShow"> <div class="clearfix" v-show="IsShow">
<div class="Dleftname">增收</div> <div class="Dleftname">增收</div>
<div class="DrightList"> <div class="DrightList" style="width:900px;">
<el-form-item> <el-form-item>
<el-input placeholder="" v-model="teamPrice.ChildNeedPrice" <el-input placeholder="" v-model="teamPrice.ChildNeedPrice"
@keyup.native="checkInteger(teamPrice,'ChildNeedPrice')" class="w200 ComSeat"> @keyup.native="checkInteger(teamPrice,'ChildNeedPrice')" class="w200 ComSeat">
...@@ -275,6 +277,14 @@ ...@@ -275,6 +277,14 @@
</el-form-item> </el-form-item>
</div> </div>
</div> </div>
<div class="clearfix" v-show="IsShow">
<div class="Dleftname">备注</div>
<div class="DrightList">
<el-form-item>
<el-input type="textarea" class="w875"></el-input>
</el-form-item>
</div>
</div>
</div> </div>
</div> </div>
</el-form> </el-form>
......
...@@ -419,7 +419,8 @@ ...@@ -419,7 +419,8 @@
name: path, name: path,
query: { query: {
configId: configId, configId: configId,
isCopy: isCopy isCopy: isCopy,
blank: 'y'
} }
}); });
} else { } else {
...@@ -466,7 +467,8 @@ ...@@ -466,7 +467,8 @@
configId: configId, configId: configId,
openState: openState, openState: openState,
isOffer: 1, isOffer: 1,
offerId:configId offerId:configId,
blank: 'y'
} }
}); });
} else { } else {
......
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