补充复制兑换码丢失绑定数
This commit is contained in:
parent
8775714379
commit
a8348c198f
|
@ -261,6 +261,7 @@ export default class exchangeAdd extends React.Component {
|
||||||
code_name: reqCopy.title,
|
code_name: reqCopy.title,
|
||||||
issued: reqCopy.quantity,
|
issued: reqCopy.quantity,
|
||||||
stock: reqCopy.stock,
|
stock: reqCopy.stock,
|
||||||
|
restrict: reqCopy.restrict,
|
||||||
describe: reqCopy.describe,
|
describe: reqCopy.describe,
|
||||||
date_time: [reqCopy.begin_time, reqCopy.end_time],
|
date_time: [reqCopy.begin_time, reqCopy.end_time],
|
||||||
range: reqCopy.goods
|
range: reqCopy.goods
|
||||||
|
|
Loading…
Reference in New Issue