...
|
...
|
@@ -88,8 +88,8 @@ function convert(basicInfo, obj) { |
|
|
|
|
|
|
|
|
var basicInfoData = convert(basicInfo, convertObj);
|
|
|
basicInfoData.expectArrivalTime =$.trim(basicInfoData.expectArrivalTime)? common.util.__dateFormat(new Date(basicInfoData.expectArrivalTime * 1000), "yyyy-MM-dd hh:mm:ss"):"";
|
|
|
basicInfoData.expectShelfTime =$.trim(basicInfoData.expectShelfTime)? common.util.__dateFormat(new Date(basicInfoData.expectShelfTime * 1000), "yyyy-MM-dd hh:mm:ss"):"";
|
|
|
basicInfoData.expectArrivalTime =basicInfoData.expectArrivalTime? common.util.__dateFormat(new Date(basicInfoData.expectArrivalTime * 1000), "yyyy-MM-dd hh:mm:ss"):"";
|
|
|
basicInfoData.expectShelfTime =basicInfoData.expectShelfTime? common.util.__dateFormat(new Date(basicInfoData.expectShelfTime * 1000), "yyyy-MM-dd hh:mm:ss"):"";
|
|
|
|
|
|
//基本信息
|
|
|
basicInfoData.renderType = $('.contentpanel').data('type');
|
...
|
...
|
|