zhouhao 2 년 전
부모
커밋
84909c09f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/sales_control/sales_management/components/return_sales_form.vue

+ 1 - 1
src/views/sales_control/sales_management/components/return_sales_form.vue

@@ -195,7 +195,7 @@ export default {
         this.details.customerOrderNo = this.dataList[0].id
       }
       this.detailsId = this.detailsId
-      this.returnId = this.dataList[0].id
+      this.returnId = JSON.stringify(this.dataList[0].id)
       this.itemId = this.dataList[0].itemId
       this.dialogVisible = false
       this.$refs.dia.$refs.pageRef.$refs.zjpage.$refs.tableEl.$refs.tableView.clearSelection()