lilei 7 달 전
부모
커밋
312be19821
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      src/views/allocationManagement/transferOut/printModal.vue

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

@@ -55,7 +55,7 @@
             打印
             打印
           </a-checkbox>
           </a-checkbox>
         </a-form-model-item>
         </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 @change="onChangeExplainInfo" :checked="explainInfoFlag" id="allocateBill-print-explainInfo">
             打印
             打印
           </a-checkbox>
           </a-checkbox>
@@ -207,9 +207,7 @@ export default {
               if (_this.form.orderBy != '-1') {
               if (_this.form.orderBy != '-1') {
                 obj.orderBy = _this.form.orderBy
                 obj.orderBy = _this.form.orderBy
               }
               }
-              if (_this.showExplainInfo) {
-                obj.explainInfoFlag = this.form.explainInfoFlag
-              }
+              obj.explainInfoFlag = this.form.explainInfoFlag
             }
             }
           }
           }
           // 打印
           // 打印