|
@@ -3856,6 +3856,7 @@ class Sale extends Base
|
|
|
|
|
|
$value['规格'] = empty($speclist) ? '' : implode(',', $speclist);;
|
|
|
$value['单位'] = $good_unit ? Db::name('unit')->where(['id' => $good_unit, 'is_del' => 0])->value('unit', '') : '';
|
|
|
+ $value['发货申请单物流单号']=' '.$value['发货申请单物流单号'];//添加空格防止将数字转为科学计数法(比如,韵达的韵达单号就是纯数字)
|
|
|
unset($value['order_type']);
|
|
|
}
|
|
|
|