haoxuan
2024-03-27 7830892e2769b805f7a4683512ac1db52ab6c6e7
增加2个部分表头配置的问题
1个文件已修改
1 ■■■■ 已修改文件
src/views/sales/salesDetails/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | 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
    },