lilei 2 年之前
父節點
當前提交
ced9199731
共有 2 個文件被更改,包括 7 次插入2 次删除
  1. 1 1
      public/version.json
  2. 6 1
      src/views/salesManagement/salesQueryNew/detail.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1678236694790
+  "version": 1678239543977
 }

+ 6 - 1
src/views/salesManagement/salesQueryNew/detail.vue

@@ -16,7 +16,12 @@
         <!-- 操作区,位于 title 行的行尾 -->
         <template slot="extra" v-if="outBizSn ? $hasPermissions('B_outboundOrderDetail') : $hasPermissions('B_salesPrint')">
           <div style="margin-top: 5px;">
-            <PrintPanel position="bottomRight" :disabled="localDataSource.length==0" @handlePrint="handlePrint"></PrintPanel>
+            <PrintPanel ref="printBox" position="bottomRight" :disabled="localDataSource.length==0" @handlePrint="handlePrint">
+              <div style="padding:10px;" slot="extendCons">
+                <a-checkbox v-model="printAllName" :checked="printAllName" id="salesQuery-printAllName">打印完整产品名称</a-checkbox>
+                <a-checkbox v-model="printOrgCode" :checked="printOrgCode" id="salesQuery-printOrgCode">打印原厂编码</a-checkbox>
+              </div>
+            </PrintPanel>
           </div>
         </template>
       </a-page-header>