lilei 2 years ago
parent
commit
728bf1d6e6

+ 1 - 1
public/version.json

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

+ 0 - 1
src/views/purchasingManagement/purchaseOrderNew/chooseProductModal.vue

@@ -248,7 +248,6 @@ export default {
       if (this.$hasPermissions('M_ShowAllCost')) {
       if (this.$hasPermissions('M_ShowAllCost')) {
         arr.splice(this.isDealerUp ? 4 : 3, 0, { title: '成本价', dataIndex: 'purchasePrice', width: '100px', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text, 2) : '--') } })
         arr.splice(this.isDealerUp ? 4 : 3, 0, { title: '成本价', dataIndex: 'purchasePrice', width: '100px', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text, 2) : '--') } })
       }
       }
-
       return arr
       return arr
     }
     }
   },
   },

+ 1 - 1
src/views/salesManagement/salesQuery/carInfoModal.vue

@@ -35,7 +35,7 @@
           <a-divider style="margin: 12px 0;" />
           <a-divider style="margin: 12px 0;" />
         </div>
         </div>
         <a-descriptions bordered :column="2" size="small" v-if="infoData&&infoData.params" class="head-info-main">
         <a-descriptions bordered :column="2" size="small" v-if="infoData&&infoData.params" class="head-info-main">
-          <a-descriptions-item v-for="item in infoData.params" :label="item.type_name+':'">{{ item.value || '--' }}</a-descriptions-item>
+          <a-descriptions-item v-for="item in infoData.params" :key="item.type_name" :label="item.type_name+':'">{{ item.value || '--' }}</a-descriptions-item>
         </a-descriptions>
         </a-descriptions>
         <div class="btn-cont"><a-button id="carInfoDetail-modal-back" @click="isShow = false">返回</a-button></div>
         <div class="btn-cont"><a-button id="carInfoDetail-modal-back" @click="isShow = false">返回</a-button></div>
       </div>
       </div>

+ 1 - 1
src/views/salesManagement/salesQueryNew/carInfoModal.vue

@@ -35,7 +35,7 @@
           <a-divider style="margin: 12px 0;" />
           <a-divider style="margin: 12px 0;" />
         </div>
         </div>
         <a-descriptions bordered :column="2" size="small" v-if="infoData&&infoData.params" class="head-info-main">
         <a-descriptions bordered :column="2" size="small" v-if="infoData&&infoData.params" class="head-info-main">
-          <a-descriptions-item v-for="item in infoData.params" :label="item.type_name+':'">{{ item.value || '--' }}</a-descriptions-item>
+          <a-descriptions-item v-for="item in infoData.params" :key="item.type_name" :label="item.type_name+':'">{{ item.value || '--' }}</a-descriptions-item>
         </a-descriptions>
         </a-descriptions>
         <div class="btn-cont"><a-button id="carInfoDetail-modal-back" @click="isShow = false">返回</a-button></div>
         <div class="btn-cont"><a-button id="carInfoDetail-modal-back" @click="isShow = false">返回</a-button></div>
       </div>
       </div>