|
@@ -614,6 +614,9 @@
|
|
|
if (res.success) {
|
|
|
this.formState = res.result
|
|
|
this.syCarryBTable.dataSource = res.result.syCarryBList
|
|
|
+ this.syCarryBTable.dataSource.map(item=>{
|
|
|
+ item.orderDate = moment(item.orderDate).format('YYYY-MM-DD');
|
|
|
+ })
|
|
|
this.handleChangePrice()
|
|
|
this.$message.success('导入成功')
|
|
|
// this.
|