|  | @@ -555,7 +555,7 @@ export default {
 | 
	
		
			
				|  |  |            span: 6,
 | 
	
		
			
				|  |  |            label: 'fCorpid',
 | 
	
		
			
				|  |  |            name: '客户名称',
 | 
	
		
			
				|  |  | -          inputType: 2,
 | 
	
		
			
				|  |  | +          inputType: 1,
 | 
	
		
			
				|  |  |            width: 200,
 | 
	
		
			
				|  |  |            labelSize: '80',
 | 
	
		
			
				|  |  |            rules: [{ required: false, message: ' ' }]
 | 
	
	
		
			
				|  | @@ -766,7 +766,7 @@ export default {
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      })
 | 
	
		
			
				|  |  | -    this.fCompany(1)
 | 
	
		
			
				|  |  | +    this.fCompany(3)
 | 
	
		
			
				|  |  |      this.fCompany(2)
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    methods: {
 | 
	
	
		
			
				|  | @@ -850,7 +850,8 @@ export default {
 | 
	
		
			
				|  |  |      //查询公司
 | 
	
		
			
				|  |  |      fCompany(name) {
 | 
	
		
			
				|  |  |        company(name).then(res => {
 | 
	
		
			
				|  |  | -        if (name == 1) {
 | 
	
		
			
				|  |  | +        console.log(res)
 | 
	
		
			
				|  |  | +        if (name == 3) {
 | 
	
		
			
				|  |  |            this.dataList.fCorpid = []
 | 
	
		
			
				|  |  |            for (let item in res.data) {
 | 
	
		
			
				|  |  |              this.dataList.fCorpid.push({
 | 
	
	
		
			
				|  | @@ -1386,7 +1387,6 @@ export default {
 | 
	
		
			
				|  |  |    max-width: 100%;
 | 
	
		
			
				|  |  |    margin: 0 auto;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .table td {
 | 
	
		
			
				|  |  |    text-align: center;
 | 
	
		
			
				|  |  |    vertical-align: middle;
 | 
	
	
		
			
				|  | @@ -1398,11 +1398,9 @@ export default {
 | 
	
		
			
				|  |  |  .column {
 | 
	
		
			
				|  |  |    border: 1px solid #000;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .app-container >>> .el-form-item {
 | 
	
		
			
				|  |  |    margin-bottom: 0;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  .print_div ::v-deep .el-table__body-wrapper{
 | 
	
		
			
				|  |  |    z-index: 2
 | 
	
		
			
				|  |  |  }
 | 
	
	
		
			
				|  | @@ -1412,4 +1410,7 @@ export default {
 | 
	
		
			
				|  |  |  .print_div ::v-deep .el-dialog__body{
 | 
	
		
			
				|  |  |     padding: 0 20px;
 | 
	
		
			
				|  |  |   }
 | 
	
		
			
				|  |  | +.app-container ::v-deep .el-table__body-wrapper{
 | 
	
		
			
				|  |  | +  z-index: 2;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  </style>
 |