Commit 3236b10d authored by zhengke's avatar zhengke

修改

parent 2503b839
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
<el-input v-model="scope.row.InventoryNum" size="small"></el-input> <el-input v-model="scope.row.InventoryNum" size="small"></el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :render-header="renderHeader" v-if="FxState==1" label="成本价"> <el-table-column :render-header="renderHeader" label="成本价">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model="scope.row.CostMoney" size="small"></el-input> <el-input v-model="scope.row.CostMoney" size="small"></el-input>
</template> </template>
...@@ -1695,11 +1695,11 @@ ...@@ -1695,11 +1695,11 @@
this.Error('请输入商品规格第'+(i+1)+'行库存'); this.Error('请输入商品规格第'+(i+1)+'行库存');
return return
} }
if(this.addMsg.SpecificationPriceList[i].CostMoney===''){
this.Error('请输入商品规格第'+(i+1)+'行成本价');
return
}
if(this.FxState==1){ if(this.FxState==1){
if(this.addMsg.SpecificationPriceList[i].CostMoney===''){
this.Error('请输入商品规格第'+(i+1)+'行成本价');
return
}
if(this.addMsg.SpecificationPriceList[i].Commission===''){ if(this.addMsg.SpecificationPriceList[i].Commission===''){
this.Error('请输入商品规格第'+(i+1)+'行返佣总金额'); this.Error('请输入商品规格第'+(i+1)+'行返佣总金额');
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment