|
@@ -53,7 +53,7 @@
|
|
|
</div>
|
|
|
<label class="layui-form-label">*成本价:</label>
|
|
|
<div class="layui-input-inline">
|
|
|
- <input type="text" onblur="value=zhzs(this.value)" name="costPrice" maxlength="30" id ="costPrice" lay-verify="costPrice" autocomplete="off" placeholder="请输入成本价" class="layui-input">
|
|
|
+ <input type="number" onblur="value=zhzs(this.value)" name="costPrice" maxlength="30" id ="costPrice" lay-verify="costPrice" autocomplete="off" placeholder="请输入成本价" class="layui-input">
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
@@ -63,14 +63,14 @@
|
|
|
</div>
|
|
|
<label class="layui-form-label">*促销价:</label>
|
|
|
<div class="layui-input-inline">
|
|
|
- <input type="text" onblur="value=zhzs(this.value)" name="promottonPrice" maxlength="30" id ="promottonPrice" lay-verify="promottonPrice" autocomplete="off" placeholder="请输入促销价" class="layui-input">
|
|
|
+ <input type="number" onblur="value=zhzs(this.value)" name="promottonPrice" maxlength="30" id ="promottonPrice" lay-verify="promottonPrice" autocomplete="off" placeholder="请输入促销价" class="layui-input">
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
<div class="layui-form-item" >
|
|
|
<label class="layui-form-label">*游戏价:</label>
|
|
|
<div class="layui-input-inline">
|
|
|
- <input type="text" onblur="value=zhzs(this.value)" name="gamePrice" maxlength="30" id ="gamePrice" lay-verify="gamePrice" autocomplete="off" placeholder="请输入游戏价" class="layui-input">
|
|
|
+ <input type="number" onblur="value=zhzs(this.value)" name="gamePrice" maxlength="30" id ="gamePrice" lay-verify="gamePrice" autocomplete="off" placeholder="请输入游戏价" class="layui-input">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-form-item" id = "game" >
|