|
@ -23,6 +23,14 @@ const schema = { |
|
|
title: "税后金额", |
|
|
title: "税后金额", |
|
|
type: "number", |
|
|
type: "number", |
|
|
}, |
|
|
}, |
|
|
|
|
|
realAmt: { |
|
|
|
|
|
title: "税额", |
|
|
|
|
|
type: "number", |
|
|
|
|
|
}, |
|
|
|
|
|
taxDiff: { |
|
|
|
|
|
title: "税后金额含尾差", |
|
|
|
|
|
type: "number", |
|
|
|
|
|
}, |
|
|
invGroupNum: { |
|
|
invGroupNum: { |
|
|
title: "发票分组号", |
|
|
title: "发票分组号", |
|
|
type: "number", |
|
|
type: "number", |
|
@ -39,10 +47,6 @@ const schema = { |
|
|
{ value: 3, label: "提交" }, |
|
|
{ value: 3, label: "提交" }, |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
taxDiff: { |
|
|
|
|
|
title: "发票税后尾差", |
|
|
|
|
|
type: "number", |
|
|
|
|
|
}, |
|
|
|
|
|
clientCode: { |
|
|
clientCode: { |
|
|
title: "客户代码", |
|
|
title: "客户代码", |
|
|
type: "string", |
|
|
type: "string", |
|
|