소스 검색

新增客户退货单模块

Z 2 년 전
부모
커밋
7020f1f43f
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/saleManage/saleOrder/returnGoods/components/customerReturnOrderDialog.vue

+ 1 - 2
src/views/saleManage/saleOrder/returnGoods/components/customerReturnOrderDialog.vue

@@ -485,12 +485,11 @@ export default {
     handleSelectGoods() {
     handleSelectGoods() {
       this.outboundDetailsDialogFlag = true
       this.outboundDetailsDialogFlag = true
       this.$nextTick(() => {
       this.$nextTick(() => {
-        this.$refs.outboundDetailsDialogRef.init(this.form )
+        this.$refs.outboundDetailsDialogRef.init(this.currentRow )
       })
       })
     },
     },
     //选择退货信息回调
     //选择退货信息回调
     saveDate(data) {
     saveDate(data) {
-
       this.form.detailList.push(...data)
       this.form.detailList.push(...data)
     },
     },
     //选择负责人
     //选择负责人