Forráskód Böngészése

refactor: update field labels in fieldPermissions.vue for improved clarity and consistency

Yannay 2 hét óta
szülő
commit
4a8fa07647
1 módosított fájl, 11 hozzáadás és 14 törlés
  1. 11 14
      pages/wareHouse/components/fieldPermissions.vue

+ 11 - 14
pages/wareHouse/components/fieldPermissions.vue

@@ -74,20 +74,17 @@
74 74
 
75 75
 <script>
76 76
 const FIELD_LABELS = {
77
-	dictLabel: '品牌/商品名', dictValue: '品牌ID', model: '型号', code: '独立编码', warehouseDate: '入库日期',
78
-	payType: '付款方式', note: '备注', originalCost: '原始成本', additionalCost: '附加成本', agentPrice: '代理价格',
79
-	suggestedPrice: '建议价格', costPrice: '成本价', salesPrice: '销售价', peerPrice: '同行价', actualPrice: '实价',
80
-	stock: '库存数量', location: '商品位置', recyclePerson: '回收人员', recyclePersonId: '回收人员ID',
81
-	identifyingPerson: '鉴定人员', identifyingPersonId: '鉴定人员ID', lockStatus: '锁单状态', downStatus: '下架状态',
82
-	imgsUrl: '图片', goodPicFileList: '商品主图', goodPicHash: '主图哈希', category: '品类', recycleTime: '回收时间',
83
-	productAttribute: '产品属性', desc: '描述', series: '系列', dialType: '机芯类型', caseMaterial: '表壳材质',
84
-	dialDiameter: '表盘直径', material: '材质', size: '尺寸', yardage: '尺码', price: '官方指导价',
85
-	productCondition: '商品成色', detailPicFileList: '细节图', title: '商品标题', productNo: '商品货号', watchYear: '手表年份',
86
-	recycleType: '回收类型', recycleSituation: '回收情况', recycleBottomDesc: '回收留底描述', recycleBottomFileList: '回收留底图',
87
-	targetAudience: '适用人群', productCard: '商品保卡', cardYear: '保卡年份', cardDate: '保卡日期',
88
-	productCardPicFileList: '保卡图片', productTag: '商品标签', productAttachment: '商品附件', productDesc: '商品备注',
89
-	productDescPicFileList: '备注图片', continuousWarehousing: '连续入库', label: '标签', stockStatus: '库存状态',
90
-	origin: '来源', delFlag: '删除标志',
77
+	goodPicFileList: '商品图片', desc: '商品描述', origin: '来源', type: '商品分类', dictLabel: '品牌',
78
+	series: '系列', model: '型号', dialType: '机芯类型', caseMaterial: '表壳材质', dialDiameter: '表盘直径',
79
+	material: '材质', size: '尺寸', yardage: '尺码', productCondition: '商品成色', detailPicFileList: '细节图',
80
+	title: '商品标题', productNo: '商品货号', productAttribute: '商品属性', stock: '库存数量', price: '官方指导价',
81
+	costPrice: '总成本价', peerPrice: '同行价格', actualPrice: '实价', agentPrice: '代理价格', salePrice: '销售价格',
82
+	productPosition: '商品位置', watchYear: '手表年份', identifyingPerson: '鉴定人员', stockStatus: '是否入库',
83
+	recycleType: '回收类型', recycleSituation: '回收情况', label: '标签', recyclePerson: '回收人员',
84
+	recycleBottomDesc: '回收留底描述', recycleBottomFileList: '回收留底图', recycleTime: '回收时间',
85
+	indentifyCode: '独立编码', targetAudience: '适用人群', productCard: '商品保卡', cardYear: '保卡年份',
86
+	productCardPicFileList: '保卡图片或独立编码照片留底', productTag: '商品标签', productAttachment: '商品附件',
87
+	productDesc: '备注', productDescPicFileList: '备注图片', payType: '付款方式',
91 88
 };
92 89
 
93 90
 export default {