Browse Source

Merge branch 'develop_yh49_2' of jianguan-web/jg-ocs-html into pre-release

李磊 7 months ago
parent
commit
fdf3a33efe
1 changed files with 2 additions and 4 deletions
  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
             }
           }
           // 打印