Browse Source

出入库点击空白

tong 4 years ago
parent
commit
7fb2604f97

+ 6 - 0
src/views/warehouseBusiness/inStock/index.vue

@@ -1965,6 +1965,7 @@
         :modal="false"
         style="height: 500px"
         height="50%"
+        :close-on-click-modal="false"
         :visible.sync="weightList"
         @close="closeDialog"
         width="70%"
@@ -2019,6 +2020,7 @@
       <!-- 选择作业费协议数据 -->
       <el-dialog
         title="作业费协议"
+        :close-on-click-modal="false"
         :modal="false"
         style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0) !important"
         :visible.sync="warehousingagreement"
@@ -2107,6 +2109,7 @@
       <!-- 选择作业费协议数据 -->
       <el-dialog
         title="作业费协议"
+        :close-on-click-modal="false"
         :modal="false"
         style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0) !important"
         :visible.sync="warehousingagreements"
@@ -2194,6 +2197,7 @@
         :modal="false"
         style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0) !important"
         :visible.sync="editDialogVisible_s"
+        :close-on-click-modal="false"
         @close="closeDialog"
         width="70%"
       >
@@ -2317,6 +2321,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"
       >
@@ -2405,6 +2410,7 @@
         title=""
         style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0) !important"
         :visible.sync="editDialogVisible_sss"
+        :close-on-click-modal="false"
         width="70%"
         :modal="false"
       >

+ 11 - 6
src/views/warehouseBusiness/outStock/index.vue

@@ -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("请维护收款费用客户名称!");