浏览代码

no message

FengChaoYu 2 月之前
父节点
当前提交
99aec66574
共有 1 个文件被更改,包括 0 次插入1 次删除
  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].num) return this.$errorMsg('请完善商品信息-订单数量')
             if (!this.goodsList[i].price) 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
           let orderSmallTypeText = this.orderTypeList.find(o => o.id == this.formData.orderSmallType).orderSmallTypeText