소스 검색

【新增】销售政策计划单

howie 2 년 전
부모
커밋
6717000b80
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/supply/policy/components/retail_form.vue

+ 3 - 0
src/views/supply/policy/components/retail_form.vue

@@ -1406,12 +1406,15 @@ export default {
           this.commercialType = data.commercialType
           this.correspondId = data.correspondId
           this.correspondName = data.correspondName
+          this.warehouseValue = data.correspondId
           this.policyId = data.policyId
           this.mainForm.k3ServiceName = data.k3ServiceName
           ;(this.mainForm.k3ServiceId = data.k3ServiceId), (this.mainForm.fileNum = data.fileNum)
           // this.mainForm.k3ServiceName = data.retailOrderItemList[0].wallets[0].serviceName
           // this.mainForm.k3ServiceId = data.retailOrderItemList[0].wallets[0].serviceId
           data.retailOrderItemList.forEach(item => {
+            item.correspondName = data.correspondName
+            item.warehouseValue = data.correspondId
             item.status1 = ''
             item.status2 = ''
             item.sums1 = ['qty', 'directTransferQty']