Commit 132d5fb0 authored by 顾俭's avatar 顾俭

aship/aship#4 防伪码功能-送货审核:fix

parent 05cae4a3
......@@ -421,7 +421,9 @@ angular.module('IOne').controller('DeliveryOrderQueryController', function ($sco
productName: item.product.name || ' ',
productStandard: item.product.standard || ' ',
unit: item.unit || ' ',
sourceArea: item.sourceArea|| ' ',
batchId: item.batchId || ' ',
manufacturingDate: item.doMst.manufacturingDate ? moment(item.doMst.manufacturingDate).format('YYYY-MM-DD') : ' ',
deliveryAmount: item.deliveryAmount || '0',
releasedDate: item.doMst.releasedDate ? moment(item.doMst.releasedDate).format('YYYY-MM-DD') : ' ',
estimatedDate: item.doMst.estimatedDate ? moment(item.doMst.estimatedDate).format('YYYY-MM-DD') : ' ',
......
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