|  | @@ -23,7 +23,7 @@
 | 
	
		
			
				|  |  |              审核处理<i class="el-icon-arrow-down el-icon--right"></i>
 | 
	
		
			
				|  |  |            </el-button>
 | 
	
		
			
				|  |  |            <el-dropdown-menu slot="dropdown">
 | 
	
		
			
				|  |  | -            <el-dropdown-item :disabled="form.status > 0" @click.native="pleaseCheck">请核数据</el-dropdown-item>
 | 
	
		
			
				|  |  | +            <el-dropdown-item :disabled="browse" @click.native="pleaseCheck">请核数据</el-dropdown-item>
 | 
	
		
			
				|  |  |              <el-dropdown-item v-if="false">审核进度</el-dropdown-item>
 | 
	
		
			
				|  |  |              <el-dropdown-item v-if="false">撤销请核</el-dropdown-item>
 | 
	
		
			
				|  |  |            </el-dropdown-menu>
 | 
	
	
		
			
				|  | @@ -973,7 +973,7 @@ export default {
 | 
	
		
			
				|  |  |                }
 | 
	
		
			
				|  |  |              ]
 | 
	
		
			
				|  |  |            }, {
 | 
	
		
			
				|  |  | -            label: '本次溢付款',
 | 
	
		
			
				|  |  | +            label: '使用溢付款',
 | 
	
		
			
				|  |  |              prop: 'caseOverPayment',
 | 
	
		
			
				|  |  |              rules: [
 | 
	
		
			
				|  |  |                {
 | 
	
	
		
			
				|  | @@ -1449,6 +1449,8 @@ export default {
 | 
	
		
			
				|  |  |        applicationDialog:false,
 | 
	
		
			
				|  |  |        itemType: '销售',
 | 
	
		
			
				|  |  |        packageOptions: [],
 | 
	
		
			
				|  |  | +      // 请核状态禁用
 | 
	
		
			
				|  |  | +      browse: false,
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    mounted() {
 | 
	
	
		
			
				|  | @@ -1536,6 +1538,7 @@ export default {
 | 
	
		
			
				|  |  |        this.pageLoading = true
 | 
	
		
			
				|  |  |        detail(id).then(res => {
 | 
	
		
			
				|  |  |          this.form = res.data.data;
 | 
	
		
			
				|  |  | +        this.browse = this.form.status > 0? true: false
 | 
	
		
			
				|  |  |          this.contactsData = this.form.orderItemsList.filter(item => {
 | 
	
		
			
				|  |  |            return item.goodType == 0
 | 
	
		
			
				|  |  |          })
 | 
	
	
		
			
				|  | @@ -1549,12 +1552,6 @@ export default {
 | 
	
		
			
				|  |  |          this.advantageProjectData = this.form.orderFeesList
 | 
	
		
			
				|  |  |          this.bankOfDepositData = this.form.orderFilesList
 | 
	
		
			
				|  |  |          this.configuration.dicData = this.form.corpName
 | 
	
		
			
				|  |  | -        if (this.form.belongToCorpList) {
 | 
	
		
			
				|  |  | -          this.companyConfiguration.dicData = this.form.belongToCorpList
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | -        if (this.form.productionPlantList) {
 | 
	
		
			
				|  |  | -          this.plantConfiguration.dicData = this.form.productionPlantList
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  |          let feesData = []
 | 
	
		
			
				|  |  |          this.form.orderFeesList.forEach(item => {
 | 
	
		
			
				|  |  |            let a = {
 | 
	
	
		
			
				|  | @@ -1882,6 +1879,7 @@ export default {
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |        } else {
 | 
	
		
			
				|  |  | +        let lsit = []
 | 
	
		
			
				|  |  |          this.selection = this.selection.concat(this.giftData)
 | 
	
		
			
				|  |  |          this.selection.forEach(item => {
 | 
	
		
			
				|  |  |            lsit.push(item.id)
 | 
	
	
		
			
				|  | @@ -3048,11 +3046,12 @@ export default {
 | 
	
		
			
				|  |  |          }).then(() => {
 | 
	
		
			
				|  |  |            const data = {
 | 
	
		
			
				|  |  |              id : this.form.id,
 | 
	
		
			
				|  |  | +            checkType: 'xsqh'
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |            this.pageLoading = true
 | 
	
		
			
				|  |  |            pleaseCheck(data).then(res => {
 | 
	
		
			
				|  |  | -            console.log(res)
 | 
	
		
			
				|  |  | -            this.pageLoading = false
 | 
	
		
			
				|  |  | +            // this.pageLoading = false
 | 
	
		
			
				|  |  | +            this.queryData(this.form.id)
 | 
	
		
			
				|  |  |            }).finally(() => {
 | 
	
		
			
				|  |  |              this.pageLoading = false
 | 
	
		
			
				|  |  |            })
 |