FengChaoYu hace 2 meses
padre
commit
99aec66574
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/views/mallManagement/order/offline_order_list/index.vue

+ 0 - 1
src/views/mallManagement/order/offline_order_list/index.vue

@@ -1087,7 +1087,6 @@ export default {
             }
             if (!this.goodsList[i].num) return this.$errorMsg('请完善商品信息-订单数量')
             if (!this.goodsList[i].price) return this.$errorMsg('请完善商品信息-单价')
-            if (!this.goodsList[i].costPrice) return this.$errorMsg('请完善商品信息-采购价格')
           }
 
           let orderSmallTypeText = this.orderTypeList.find(o => o.id == this.formData.orderSmallType).orderSmallTypeText