|
@ -18,6 +18,7 @@ const stateOptions = [ |
|
|
{ value: 6, label: "扣减进行中" }, |
|
|
{ value: 6, label: "扣减进行中" }, |
|
|
{ value: 7, label: "撤销扣减进行中" }, |
|
|
{ value: 7, label: "撤销扣减进行中" }, |
|
|
{ value: 8, label: "已提交QAD" }, |
|
|
{ value: 8, label: "已提交QAD" }, |
|
|
|
|
|
{ value: 9, label: "红冲" }, |
|
|
]; |
|
|
]; |
|
|
const state = { title: "状态", type: "number", input: "select", options: stateOptions }; |
|
|
const state = { title: "状态", type: "number", input: "select", options: stateOptions }; |
|
|
const state2 = Object.assign(Object.assign({}, state), { |
|
|
const state2 = Object.assign(Object.assign({}, state), { |
|
|