zhongtianhaoyuan 3 년 전
부모
커밋
21ff0b61ec
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      pages/erp/improvedExWaehousing/improvedExWaehousingDetail.vue
  2. 1 1
      pages/erpbusiness/sm/sm.vue

+ 2 - 1
pages/erp/improvedExWaehousing/improvedExWaehousingDetail.vue

@@ -304,6 +304,7 @@
 		onLoad(options) {
 			this.detailData = JSON.parse(options.data)
 			this.netWeight = this.detailData.netWeight
+			console.log("查看",this.detailData)
 			if (this.detailData.addressUrl) {
 				this.imgUrl.push({
 					url: this.detailData.addressUrl.split(",")[0]
@@ -766,7 +767,7 @@
 					}
 				}
 				if(!this.showCar){//若自运的合同该字段置空
-				          this.deptBudgetList.selfLoading = ""
+				          this.detailData.selfLoading = ""
 				    }
 				if (this.detailData.boxNo) {
 					this.detailData.boxNo = this.detailData.boxNo.toUpperCase()

+ 1 - 1
pages/erpbusiness/sm/sm.vue

@@ -156,7 +156,7 @@
 				}else{
 				    this.$api.msg('当前身份不可操作!')
 				}
-			} else {//邀请客户
+			} else if(this.user.title && this.user.companyId){//邀请客户
 				this.show = true
 				this.show1 = false
 				this.getList()