lilei 2 éve
szülő
commit
a12a637d19

+ 1 - 1
public/version.json

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

+ 2 - 2
src/views/common/printPanel.vue

@@ -12,7 +12,7 @@
                 <slot name="extendCons"></slot>
                 <div style="padding:10px;">
                     <a-button 
-                    key="3" 
+                    key="1" 
                     id="print-preview-btn" 
                     type="primary"
                     ghost
@@ -35,7 +35,7 @@
                 <a-divider style="margin:5px 0;" v-if="showExport"/>
                 <div style="padding:10px;" v-if="showExport">
                   <a-button
-                        key="1"
+                        key="3"
                         type="primary"
                         class="button-warning"
                         :loading="$store.state.app.printLoading"

+ 1 - 1
src/views/purchasingManagement/purchaseOrderNew/detail.vue

@@ -21,7 +21,7 @@
           <PrintPanel position="bottomRight" v-if="$hasPermissions('B_purchasePrint')" :disabled="localDataSource.length==0" @handlePrint="handlePrint">
             <a-button
             slot="extendButtons"
-            key="1"
+            key="4"
             v-if="$hasPermissions('B_purchaseExportProduct') && (detail&&(detail.billStatus=='AUDIT_PASS' || detail.billStatus=='CANCEL' || detail.billStatus=='WAIT_PUT_WAREHOUSE' || detail.billStatus=='WAIT_PUT_WAREHOUSE_AUDIT' || detail.billStatus=='FINISH'))"
             type="primary"
             class="button-info"