Commit bf59e813 authored by jingnan's avatar jingnan 👀

打印实物二维码增加验收单号字段

parent e9fca435
......@@ -146,6 +146,7 @@ export default {
propertys: [
{ label: 'CAS号', value: erpSortingData.casCode || '' },
{ label: 'AO号', value: erpSortingData.extProcessPlan && erpSortingData.extProcessPlan.serialNumber || '' },
{ label: '验收单号', value: erpInventoryData.testNo || '' },
{ label: '编码', value: extMaterialData.resCode || '' },
{ label: '名称', value: extMaterialData.resName || '' },
{
......
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