Commit 2722acab authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改中文文字

parent ff9cd28b
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-04 13:59:33
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-19 20:00:53
* @LastEditTime: 2021-08-20 17:09:13
* @Description:
*/
import { ISchema } from '@formily/antd';
......@@ -63,7 +63,7 @@ const BILL_NAME_MAP: { [key: number]: '订单' | '加工' | '退货' | '换货'
[DOC_TYPE_RETURN_INVOICE]: '退货',
[DOC_TYPE_RETURN_RECEIPT]: '退货',
[DOC_TYPE_EXCHANGE_RETURN_INVOICE]: '退货',
[DOC_TYPE_EXCHANGE_RETURN_RECEIPT]: '货',
[DOC_TYPE_EXCHANGE_RETURN_RECEIPT]: '退货',
[DOC_TYPE_EXCHANGE_INVOICE]: '换货',
[DOC_TYPE_EXCHANGE_RECEIPT]: '换货',
};
......@@ -377,7 +377,7 @@ const createSchema = (relatedType: RelatedType, billType: number): ISchema => {
// 关联单据商品数量
relatedCount: {
type: 'string',
title: `${RELATED_TYPE_NAME[relatedType][billType]}数量`,
title: `${RELATED_TYPE_NAME[relatedType]}数量`,
'x-component': 'Text',
'x-component-props': {
ellipsis: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment