lilei 2 年 前
コミット
a3cbb6163f
2 ファイル変更1 行追加2 行削除
  1. 1 1
      public/version.json
  2. 0 1
      src/views/salesManagement/salesQuery/list.vue

+ 1 - 1
public/version.json

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

+ 0 - 1
src/views/salesManagement/salesQuery/list.vue

@@ -112,7 +112,6 @@
         <a-button type="primary" class="button-error" v-if="$hasPermissions('B_salesNews')" @click="handleAdd(0)">新增(零售)</a-button>
         <a-button type="primary" class="button-warning" v-if="$hasPermissions('B_salesNews')" @click="handleAdd(1)">新增(铺货)</a-button>
       </div>
-      <!-- alert -->
       <a-alert type="info" style="margin-bottom:10px">
         <div slot="message">
           总售价:<strong>{{ totalData&&(totalData.totalAmount || totalData.totalAmount==0) ? totalData.totalAmount : '--' }}</strong>元;