Commit 2c5dfd14 authored by zhengke's avatar zhengke

修改

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