Commit 315ffa4b authored by youjie's avatar youjie

联盟合同

parent f69511ac
......@@ -8156,6 +8156,7 @@ export const obj = {
chunxuzhong: '存续中',
dakuanzhong: '打款中',
lianmenght: '联盟合同',
shenqinjsr: '申请结算日期',
},
//#endregion
}
......
<style scoped>
.LianMengManagement .el-button {
/* ._icon_btn .el-button {
width: 30px;
height: 30px;
line-height:0px;
text-align: center;
}
.LianMengManagement .el-button i {
._icon_btn .el-button i {
color: #fff;
}
.LianMengManagement .icon-chakan {
._icon_btn .icon-chakan {
position: relative;
top: -3px;
left: 5px;
}
} */
.heightauto .el-input {
height: auto !important;
}
......@@ -63,14 +63,16 @@
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
<tr>
<th width="260">{{$t('objFill.v102.hetongyxq')}}</th>
<th>{{$t('objFill.v102.jiesuants')}}</th>
<th>{{$t('objFill.v102.fanyongnianfen')}}</th>
<th>{{$t('objFill.v102.shenqinjsr')}}</th>
<th>{{$t('objFill.v102.jiesuanshijian')}}</th>
<th>{{$t('objFill.hetongzt')}}</th>
<th width="130">{{$t('hotel.table_operat')}}</th>
</tr>
<tr v-for="(item,index) in dataList" :key="index">
<td>{{item.StartTime}}-{{ item.EndTime }}</td>
<td>{{item.C_DayNum}}</td>
<td>{{item.C_NightNum}}</td>
<td>{{item.ApplyDate}}</td>
<td>{{item.C_PayDate?item.C_PayDate:'-'}}</td>
<td>
<!-- 同行大红包合同状态,1-未生效,2-存续中 3待结算 4待审核 5打款中 6已完成 -->
......@@ -208,7 +210,7 @@
<el-input type="text" v-model="addMsg.AccountHolder" :placeholder="$t('rule.qsrkhuren')"></el-input>
</el-form-item>
</el-col>
<el-col :span="12">
<el-col :span="24">
<el-form-item :label="'WORD'+$t('objFill.fj')" prop="ContractUrl">
<el-upload class="upload-demo" style="display:inline-block;position:relative;top:-1px;left:3px;"
:http-request="UploadAttachment" :show-file-list="false" action="">
......
......@@ -51,7 +51,8 @@
<th>{{$t('hotel.hotel_nameOf')}}</th>
<th>{{$t('objFill.v102.hetongshu')}}</th>
<th>{{$t('objFill.v101.administrative.mendians')}}</th>
<th>{{$t('objFill.nianfen')}}</th>
<!-- <th>{{$t('objFill.nianfen')}}</th> -->
<th>{{$t('visaT.sale')}}</th>
<!-- <th>{{$t('fnc.a_zongjine')}}</th> -->
<!-- <th>{{$t('objFill.v101.activity.shoukeshu')}}</th> -->
<th>{{$t('system.table_operation')}}</th>
......@@ -61,7 +62,8 @@
<td @click="goContract(item)"
style="color:#33B3FF;cursor: pointer;">{{item.ContractNum?item.ContractNum:'-'}}</td>
<td><span class="cursorpointer text-decoration" @click="goCustomerList(item.ID)">{{item.CustomerCount}}</span></td>
<td>{{item.StartYear}}-{{item.EndYear}}</td>
<!-- <td>{{item.StartYear}}-{{item.EndYear}}</td> -->
<td>{{item.ContactStr}}</td>
<!-- <td>{{moneyFormat(item.TradeMoney)}}</td> -->
<!-- <td><span class="cursorpointer text-decoration" @click="jiesuan(item.ID, 'happyMoneyDetails')" >{{item.TotalGuestNum}}</span></td> -->
<td class="_icon_btn">
......@@ -102,7 +104,8 @@
</el-date-picker>
</el-form-item> -->
<el-form-item :label="$t('visaT.sale')" prop="Contact">
<el-select filterable v-model='addMsg.Contact' class="">
<el-select filterable v-model='addMsg.Contact' class=""
style="width: 100%;">
<el-option v-for='item in EmployeeList'
:label='item.EmName'
:value='item.EmployeeId'
......@@ -112,7 +115,7 @@
</el-form-item>
</div>
<el-form-item :label="$t('pub.Customer')" prop="CustomerIDs">
<el-select v-model="addMsg.CustomerIDs"
<el-select v-model="addMsg.CustomerIDs" style="width: 100%;"
multiple
filterable
remote
......
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