Commit af63fa63 authored by jingnan's avatar jingnan 👀

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

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