lilei hace 7 meses
padre
commit
312be19821
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. 2 4
      src/views/allocationManagement/transferOut/printModal.vue

+ 2 - 4
src/views/allocationManagement/transferOut/printModal.vue

@@ -55,7 +55,7 @@
             打印
           </a-checkbox>
         </a-form-model-item>
-        <a-form-model-item label="发货说明" v-if="nowType=='dbPrint'||showExplainInfo">
+        <a-form-model-item label="发货说明" v-if="nowType=='dbPrint'||nowType=='dbflPrint'">
           <a-checkbox @change="onChangeExplainInfo" :checked="explainInfoFlag" id="allocateBill-print-explainInfo">
             打印
           </a-checkbox>
@@ -207,9 +207,7 @@ export default {
               if (_this.form.orderBy != '-1') {
                 obj.orderBy = _this.form.orderBy
               }
-              if (_this.showExplainInfo) {
-                obj.explainInfoFlag = this.form.explainInfoFlag
-              }
+              obj.explainInfoFlag = this.form.explainInfoFlag
             }
           }
           // 打印