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

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

@@ -192,10 +192,10 @@ export default {
       })
       if (!this.detailsId) {
         this.details = this.dataList[0]
-        this.details.customerOrderNo = this.dataList[0].id
+        this.details.customerOrderNo = JSON.stringify(JSON.parse(JSON.stringify(this.dataList[0].id)) )
       }
       this.detailsId = this.detailsId
-      this.returnId = JSON.stringify(this.dataList[0].id)
+      this.returnId = JSON.stringify(JSON.parse(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()