|  | @@ -825,7 +825,7 @@
 | 
											
												
													
														|  |          <el-button
 |  |          <el-button
 | 
											
												
													
														|  |            :disabled="browseStatus"
 |  |            :disabled="browseStatus"
 | 
											
												
													
														|  |            style="background-color: #008000; color: #fff"
 |  |            style="background-color: #008000; color: #fff"
 | 
											
												
													
														|  | -          @click="submitForm(6)"
 |  | 
 | 
											
												
													
														|  | 
 |  | +          @click="submitForm(4)"
 | 
											
												
													
														|  |          >请 核</el-button>
 |  |          >请 核</el-button>
 | 
											
												
													
														|  |        </div>
 |  |        </div>
 | 
											
												
													
														|  |      </el-dialog>
 |  |      </el-dialog>
 | 
											
										
											
												
													
														|  | @@ -1009,7 +1009,6 @@
 | 
											
												
													
														|  |            this.getList()
 |  |            this.getList()
 | 
											
												
													
														|  |          })
 |  |          })
 | 
											
												
													
														|  |        },
 |  |        },
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |        // 默认录入人
 |  |        // 默认录入人
 | 
											
												
													
														|  |        register() {
 |  |        register() {
 | 
											
												
													
														|  |          queryUserVal().then((response)=>{
 |  |          queryUserVal().then((response)=>{
 | 
											
										
											
												
													
														|  | @@ -1341,13 +1340,14 @@
 | 
											
												
													
														|  |          this.reset();
 |  |          this.reset();
 | 
											
												
													
														|  |          let data = row || this.ids;
 |  |          let data = row || this.ids;
 | 
											
												
													
														|  |          getStorageFeeCalculation(data.fId).then((response) => {
 |  |          getStorageFeeCalculation(data.fId).then((response) => {
 | 
											
												
													
														|  | -          this.Operator = response.data.corps.createBy
 |  | 
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |            this.fMblnoOptions = []
 |  |            this.fMblnoOptions = []
 | 
											
												
													
														|  |            if (response.data.corps) {
 |  |            if (response.data.corps) {
 | 
											
												
													
														|  |              this.fMblnoOptions.push(response.data.corps)
 |  |              this.fMblnoOptions.push(response.data.corps)
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
												
													
														|  |            if (response.data.warehouse) {
 |  |            if (response.data.warehouse) {
 | 
											
												
													
														|  |              this.form = response.data.warehouse
 |  |              this.form = response.data.warehouse
 | 
											
												
													
														|  | 
 |  | +            this.Operator = this.form.createBy
 | 
											
												
													
														|  |              this.$set(this.form, 'createTime', Date.parse(this.form.createTime))
 |  |              this.$set(this.form, 'createTime', Date.parse(this.form.createTime))
 | 
											
												
													
														|  |              this.$set(this.form, 'fBillingDeadline', Date.parse(this.form.fBillingDeadline))
 |  |              this.$set(this.form, 'fBillingDeadline', Date.parse(this.form.fBillingDeadline))
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
										
											
												
													
														|  | @@ -1545,7 +1545,7 @@
 | 
											
												
													
														|  |                this.$message({message: '请维护仓储费计算截止日期', type: 'warning'})
 |  |                this.$message({message: '请维护仓储费计算截止日期', type: 'warning'})
 | 
											
												
													
														|  |                return false
 |  |                return false
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  | -            if (this.form.fBillstatus !== 6) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +            if (this.form.fBillstatus !== 4) {
 | 
											
												
													
														|  |                this.form.fBillstatus = status
 |  |                this.form.fBillstatus = status
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  |              let formData = new window.FormData();
 |  |              let formData = new window.FormData();
 |