|
@ -23,7 +23,7 @@ const stateOptions = [ |
|
|
{ value: 11, label: "扣减单生成中" }, |
|
|
{ value: 11, label: "扣减单生成中" }, |
|
|
{ value: 12, label: "发票同步中" }, |
|
|
{ value: 12, label: "发票同步中" }, |
|
|
{ value: 13, label: "可结退回不可结同步中" }, |
|
|
{ value: 13, label: "可结退回不可结同步中" }, |
|
|
{ value: 14, label: "提交QAD退回到财务审核中" }, |
|
|
{ value: 14, label: "提交QAD退回到已开票中" }, |
|
|
]; |
|
|
]; |
|
|
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), { |
|
@ -212,7 +212,7 @@ const invState = { |
|
|
{ value: 11, label: "扣减单生成中" }, |
|
|
{ value: 11, label: "扣减单生成中" }, |
|
|
{ value: 12, label: "发票同步中" }, |
|
|
{ value: 12, label: "发票同步中" }, |
|
|
{ value: 13, label: "可结退回不可结同步中" }, |
|
|
{ value: 13, label: "可结退回不可结同步中" }, |
|
|
{ value: 14, label: "提交QAD退回到财务审核中" }, |
|
|
{ value: 14, label: "提交QAD退回到已开票中" }, |
|
|
], |
|
|
], |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|