立减金微信券模板编号默认为空
This commit is contained in:
parent
34d546459c
commit
ca7d3dc8d2
|
@ -460,6 +460,8 @@ export default class addKnockGold extends Component {
|
||||||
/* 是支付宝立减金 才进行模板赋值操作 */
|
/* 是支付宝立减金 才进行模板赋值操作 */
|
||||||
if (transformData.channel == 1) {
|
if (transformData.channel == 1) {
|
||||||
transformData.temp_no = this.state.model.temp_no
|
transformData.temp_no = this.state.model.temp_no
|
||||||
|
}else{
|
||||||
|
transformData.temp_no =""
|
||||||
}
|
}
|
||||||
transformData.batch_goods_name = this.state.model.batch_goods_name
|
transformData.batch_goods_name = this.state.model.batch_goods_name
|
||||||
transformData.channel_activity_id = this.state.model.channel_activity_id //确认字段
|
transformData.channel_activity_id = this.state.model.channel_activity_id //确认字段
|
||||||
|
|
Loading…
Reference in New Issue