|
@@ -284,6 +284,11 @@ export default {
|
|
|
orderSpltList(this.queryParam).then(res => {
|
|
|
if (res.success) {
|
|
|
this.advancePackingListData = res.result.records;
|
|
|
+ this.advancePackingListData.map(item =>{
|
|
|
+ var str =item.preDeliveryDate
|
|
|
+ var n=str.split(" ");
|
|
|
+ item.preDeliveryDate = n[0]
|
|
|
+ })
|
|
|
this.pagination = {
|
|
|
total: res.result.total,
|
|
|
current: res.result.current,
|