소스 검색

bstype 存在则使用不存在则为0

liyuan 2 달 전
부모
커밋
97b3b5a98a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/tirePartsMall/salesManagement/saleOrder/detailsPage.vue

+ 1 - 1
src/views/tirePartsMall/salesManagement/saleOrder/detailsPage.vue

@@ -2496,7 +2496,7 @@ export default {
                         }
                     }
                     this.form.storageName = this.form.$storageId ? this.form.$storageId : ''
-                    this.form.billType = 0
+                    this.form.billType = this.form.billType ? this.form.billType : 0
                     submit({
                         bsType: "XS",
                         ...this.form