|
|
@@ -117,12 +117,12 @@
|
|
|
<tr style="height:30px; line-height:30px; background-color:#eee;">
|
|
|
<th style="padding:10px;" v-for="item in itemList">{{item.name}}</th>
|
|
|
<th style="padding:10px;">价格</th>
|
|
|
- <th style="padding:10px;">积分抵扣</th>
|
|
|
+ @* <th style="padding:10px;">积分抵扣</th>
|
|
|
<th style="padding:10px;">创客价格</th>
|
|
|
- <th style="padding:10px;">创客积分抵扣</th>
|
|
|
+ <th style="padding:10px;">创客积分抵扣</th> *@
|
|
|
<th style="padding:10px;">库存</th>
|
|
|
- <th style="padding:10px;">规格编码</th>
|
|
|
- <th style="padding:10px;">成本价</th>
|
|
|
+ @* <th style="padding:10px;">规格编码</th>
|
|
|
+ <th style="padding:10px;">成本价</th> *@
|
|
|
<th style="padding:10px;">起购数量</th>
|
|
|
<th style="padding:10px;">限购数量</th>
|
|
|
</tr>
|
|
|
@@ -135,7 +135,7 @@
|
|
|
<input class="layui-input" type="text" maxlength="20" lay-verify=""
|
|
|
autocomplete="off" placeholder="请输入价格" v-model="item.price">
|
|
|
</td>
|
|
|
- <td style="padding:10px;">
|
|
|
+ @* <td style="padding:10px;">
|
|
|
<input class="layui-input" type="text" maxlength="20" lay-verify=""
|
|
|
autocomplete="off" placeholder="请输入积分抵扣"
|
|
|
v-model="item.integral">
|
|
|
@@ -149,12 +149,12 @@
|
|
|
<input class="layui-input" type="text" maxlength="20" lay-verify=""
|
|
|
autocomplete="off" placeholder="请输入创客积分抵扣"
|
|
|
v-model="item.userintegral">
|
|
|
- </td>
|
|
|
+ </td> *@
|
|
|
<td style="padding:10px;">
|
|
|
<input class="layui-input" type="text" maxlength="20" lay-verify=""
|
|
|
autocomplete="off" placeholder="请输入库存" v-model="item.stock">
|
|
|
</td>
|
|
|
- <td style="padding:10px;">
|
|
|
+ @* <td style="padding:10px;">
|
|
|
<input class="layui-input" type="text" maxlength="20" lay-verify=""
|
|
|
autocomplete="off" placeholder="请输入规格编码" v-model="item.code">
|
|
|
</td>
|
|
|
@@ -162,7 +162,7 @@
|
|
|
<input class="layui-input" type="text" maxlength="20" lay-verify=""
|
|
|
autocomplete="off" placeholder="请输入成本价"
|
|
|
v-model="item.costprice">
|
|
|
- </td>
|
|
|
+ </td> *@
|
|
|
<td style="padding:10px;">
|
|
|
<input class="layui-input" type="text" maxlength="20" lay-verify=""
|
|
|
autocomplete="off" placeholder="请输入起购数量"
|