修改 基本信息中,券模板编号的券字前端写错了
This commit is contained in:
parent
ae86f6c810
commit
2fe21b4b78
|
@ -781,7 +781,7 @@ export default class addKnockGold extends Component {
|
||||||
/>
|
/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
{this.state.model.channel == 1 ? (
|
{this.state.model.channel == 1 ? (
|
||||||
<FormItem labelname='卷模板编号' prop='temp_no' id='batch_number'>
|
<FormItem labelname='券模板编号' prop='temp_no' id='batch_number'>
|
||||||
<Ipt
|
<Ipt
|
||||||
onChange={(value) => {
|
onChange={(value) => {
|
||||||
this.onHandleChange(value, 'temp_no')
|
this.onHandleChange(value, 'temp_no')
|
||||||
|
|
Loading…
Reference in New Issue