| src/views/sales/salesDetails/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/sales/salesDetails/index.vue
@@ -766,6 +766,7 @@ shipmentsClick(row){ this.editShipmentsConfig.visible=true this.editShipmentsConfig.infomation.saleDetailID=row.id this.editShipmentsConfig.infomation.deliverType=row.deliverType?row.deliverType:1 this.editShipmentsConfig.infomation.saleDetailNumber=row.number this.editShipmentsConfig.infomation.projectId=row.projectId },