|  | @@ -1872,6 +1872,7 @@
 | 
	
		
			
				|  |  |          :modal="false"
 | 
	
		
			
				|  |  |          style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0) !important"
 | 
	
		
			
				|  |  |          :visible.sync="editDialogVisible_s"
 | 
	
		
			
				|  |  | +        :close-on-click-modal="false"
 | 
	
		
			
				|  |  |          width="70%"
 | 
	
		
			
				|  |  |        >
 | 
	
		
			
				|  |  |          <table
 | 
	
	
		
			
				|  | @@ -1998,6 +1999,7 @@
 | 
	
		
			
				|  |  |          title="收货单打印"
 | 
	
		
			
				|  |  |          style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0) !important"
 | 
	
		
			
				|  |  |          :visible.sync="editDialogVisible_ss"
 | 
	
		
			
				|  |  | +        :close-on-click-modal="false"
 | 
	
		
			
				|  |  |          width="70%"
 | 
	
		
			
				|  |  |          :modal="false"
 | 
	
		
			
				|  |  |        >
 | 
	
	
		
			
				|  | @@ -2086,6 +2088,7 @@
 | 
	
		
			
				|  |  |          title="出库作业单打印"
 | 
	
		
			
				|  |  |          style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0) !important"
 | 
	
		
			
				|  |  |          :visible.sync="openPrintJobSheet"
 | 
	
		
			
				|  |  | +        :close-on-click-modal="false"
 | 
	
		
			
				|  |  |          width="70%"
 | 
	
		
			
				|  |  |          :modal="false"
 | 
	
		
			
				|  |  |        >
 | 
	
	
		
			
				|  | @@ -2169,8 +2172,10 @@
 | 
	
		
			
				|  |  |              <td width="290" class="zzss">电话:{{ form.fTel }}</td>
 | 
	
		
			
				|  |  |            </tr>
 | 
	
		
			
				|  |  |          </table>
 | 
	
		
			
				|  |  | -        <button @click="printSomething">打印作业单</button>
 | 
	
		
			
				|  |  | -        <button @click="closeWindow ">关闭</button>
 | 
	
		
			
				|  |  | +        <div style="display: flex; justify-content: space-between">
 | 
	
		
			
				|  |  | +        <el-button type="primary" @click="printSomething">打印</el-button>
 | 
	
		
			
				|  |  | +        <el-button @click="closeWindow">取消</el-button>
 | 
	
		
			
				|  |  | +        </div>
 | 
	
		
			
				|  |  |        </el-dialog>
 | 
	
		
			
				|  |  |      </el-dialog>
 | 
	
		
			
				|  |  |    </div>
 | 
	
	
		
			
				|  | @@ -2753,10 +2758,10 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      // 作业单打印
 | 
	
		
			
				|  |  |      printJobSheet() {
 | 
	
		
			
				|  |  | -      if (this.feelDrSelection.length <= 0) {
 | 
	
		
			
				|  |  | -        this.$message.error("请勾选收款信息!");
 | 
	
		
			
				|  |  | -        return false;
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  | +      // if (this.feelDrSelection.length <= 0) {
 | 
	
		
			
				|  |  | +      //   this.$message.error("请勾选收款信息!");
 | 
	
		
			
				|  |  | +      //   return false;
 | 
	
		
			
				|  |  | +      // }
 | 
	
		
			
				|  |  |        for (let fee in this.feelDrSelection) {
 | 
	
		
			
				|  |  |          if (!this.feelDrSelection[fee].fCorpid) {
 | 
	
		
			
				|  |  |            this.$message.error("请维护收款费用客户名称!");
 |