Commit 87421a8f authored by liudong1993's avatar liudong1993
parents bc15aa48 b564b434
...@@ -665,6 +665,8 @@ ...@@ -665,6 +665,8 @@
return 'hasStock_5'; return 'hasStock_5';
} else if (type === 6) { } else if (type === 6) {
return 'hasStock_6'; return 'hasStock_6';
} else {
return 'hasStock_7';
} }
} else { } else {
return; return;
...@@ -1167,6 +1169,10 @@ ...@@ -1167,6 +1169,10 @@
background-color: #808000; background-color: #808000;
} }
.hotelProductManage2_calendarItem>.calendarItem_day>div>.hasStock_7 {
background-color: #DDA0DD;
}
/* 页面编辑 */ /* 页面编辑 */
.hotelProductManage2_edit2 { .hotelProductManage2_edit2 {
margin: 20px 0 0 0; margin: 20px 0 0 0;
......
...@@ -807,7 +807,7 @@ ...@@ -807,7 +807,7 @@
</template> </template>
</font> </font>
=<font style="color:red"> =<font style="color:red">
{{Number(getLocalJpyTotalMoney(subItem.PeopleNumber))+Number(getLocalJpyChangeTotalMoney(subItem.PeopleNumber))}} {{(Number(getLocalJpyTotalMoney(subItem.PeopleNumber))+Number(getLocalJpyChangeTotalMoney(subItem.PeopleNumber))).toFixed(2)}}
</font> </font>
</template> </template>
</td> </td>
...@@ -840,6 +840,7 @@ ...@@ -840,6 +840,7 @@
</template> </template>
</font> </font>
=<font style="color:red"> =<font style="color:red">
{{Number(getLocalTotalMoney(subItem.PeopleNumber))+Number(getLocalChangeTotalMoney(subItem.PeopleNumber))}} {{Number(getLocalTotalMoney(subItem.PeopleNumber))+Number(getLocalChangeTotalMoney(subItem.PeopleNumber))}}
</font> </font>
</template> </template>
......
...@@ -120,16 +120,27 @@ ...@@ -120,16 +120,27 @@
<span> <span>
<em>{{$t('MarketingActi.usingRange')}}</em> <em>{{$t('MarketingActi.usingRange')}}</em>
<el-select filterable v-model="msg.couponsUseScope"> <el-select filterable v-model="msg.couponsUseScope">
<el-option :label="$t('active.cl_tongyong')" :value="1"></el-option> <el-option :label="$t('system.ph_buxian')" value=""></el-option>
<el-option v-for="(item,index) in ScopeOfUseList" :key="index" :label="item.Name" :value="item.Id"></el-option>
<!-- <el-option :label="$t('active.cl_tongyong')" :value="1"></el-option>
<el-option :label="$t('active.cl_team')" :value="2"></el-option> <el-option :label="$t('active.cl_team')" :value="2"></el-option>
<el-option :label="$t('active.cl_qianzheng')" :value="3"></el-option> <el-option :label="$t('active.cl_qianzheng')" :value="3"></el-option>
<el-option :label="$t('active.cl_jipiao')" :value="4"></el-option> <el-option :label="$t('active.cl_jipiao')" :value="4"></el-option>
<el-option :label="$t('scen.sc_piao')" :value="5"></el-option> <el-option :label="$t('scen.sc_piao')" :value="5"></el-option>
<el-option :label="$t('MarketingActi.car')" :value="6"></el-option> <el-option :label="$t('MarketingActi.car')" :value="6"></el-option>
<!-- <el-option :label="$t('MarketingActi.free')" :value="7"></el-option> -->
<el-option :label="$t('MarketingActi.local')" :value="8"></el-option> <el-option :label="$t('MarketingActi.local')" :value="8"></el-option>
<el-option :label="$t('hotel.hotel')" :value="9"></el-option> <el-option :label="$t('hotel.hotel')" :value="9"></el-option>
<el-option :label="$t('op.smallteam')" :value="10"></el-option> <el-option :label="$t('op.smallteam')" :value="10"></el-option> -->
</el-select>
</span>
</li>
<li>
<span>
<em>{{$t('objFill.v102.fafangkeix')}}</em>
<el-select filterable v-model="msg.CustomerType">
<el-option :label="$t('system.ph_buxian')" value="-1"></el-option>
<el-option :label="$t('Operation.Op_fellow')" value="0"></el-option>
<el-option :label="$t('Operation.Op_direct')" value="1"></el-option>
</el-select> </el-select>
</span> </span>
</li> </li>
...@@ -169,7 +180,7 @@ ...@@ -169,7 +180,7 @@
</tr> </tr>
<tbody v-loading="loading"> <tbody v-loading="loading">
<tr v-for="(item,index) in DataList" :key="index"> <tr v-for="(item,index) in DataList" :key="index">
<td><span style="color:red;">({{item.customerType==0?$t('Operation.Op_fellow'): $t('Operation.Op_direct')}})</span> {{item.couponsName}}</td> <td>{{item.couponsName}}<span style="color:red;">({{item.customerType==0?$t('Operation.Op_fellow'): $t('Operation.Op_direct')}})</span> </td>
<td>{{item.couponCount}}</td> <td>{{item.couponCount}}</td>
<td> <td>
<span class="_couponReceiveCount" <span class="_couponReceiveCount"
...@@ -609,6 +620,7 @@ ...@@ -609,6 +620,7 @@
groupId: '', groupId: '',
branchId: '', branchId: '',
couponsUseScope: "", couponsUseScope: "",
CustomerType:"-1",
}, },
rules: { rules: {
branchId: [{ branchId: [{
...@@ -824,6 +836,9 @@ ...@@ -824,6 +836,9 @@
this.addMsg = Object.assign({}, item); this.addMsg = Object.assign({}, item);
console.log("item",item.customerType); console.log("item",item.customerType);
if (item.couponPriceLists || item.lineId || item.lineteamId || item.effectDate || item.expirationDate) { if (item.couponPriceLists || item.lineId || item.lineteamId || item.effectDate || item.expirationDate) {
if(item.lineId>0){
this.getLineTeamList(item.lineId);
}
this.getTravelPrciePageList() this.getTravelPrciePageList()
} }
}, },
......
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