Commit de1c37a0 by 宋祥

1.采购入库控制问题

parent 53239e40
...@@ -76,7 +76,7 @@ $(function() { ...@@ -76,7 +76,7 @@ $(function() {
dataItem['inventRecordId'] = ''; dataItem['inventRecordId'] = '';
} }
} }
return dataItem['spec']; return dataItem['spec'] == null ? "" : dataItem['spec'];
}, },
editor: function (container, options) { editor: function (container, options) {
let inInfo = new EiInfo(); let inInfo = new EiInfo();
......
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