Commit af63fa63 authored by jingnan's avatar jingnan 👀

打印标签编码名称字段互换

parent 196b571b
...@@ -226,8 +226,8 @@ export default { ...@@ -226,8 +226,8 @@ export default {
this.config.prints.push({ this.config.prints.push({
text: item.inJobResponseId || '', text: item.inJobResponseId || '',
propertys: [ propertys: [
{ label: '编码', value: item.materialName || '' }, { label: '编码', value: item.materialCode || '' },
{ label: '名称', value: item.materialCode || '' }, { label: '名称', value: item.materialName || '' },
{ {
label: '型号/牌号/件号', label: '型号/牌号/件号',
value: item.modelNo || '' value: item.modelNo || ''
...@@ -264,8 +264,8 @@ export default { ...@@ -264,8 +264,8 @@ export default {
this.config.prints.push({ this.config.prints.push({
text: item.jobResponseId || '', text: item.jobResponseId || '',
propertys: [ propertys: [
{ label: '编码', value: item.materialName || '' }, { label: '编码', value: item.materialCode || '' },
{ label: '名称', value: item.materialCode || '' }, { label: '名称', value: item.materialName || '' },
{ {
label: '型号/牌号/件号', label: '型号/牌号/件号',
value: item.modelNo || '' value: item.modelNo || ''
......
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