Commit f20fc6b5 by 朱继来

调整

parent eb38f091
...@@ -233,7 +233,7 @@ layui.config({ ...@@ -233,7 +233,7 @@ layui.config({
// renderTable(); // renderTable();
// }) // })
form.on('select(com_id)', function(data) { form.on('select(lx_com_id)', function(data) {
var val = data.value; var val = data.value;
currency_sign = val == 1 ? 'RMB' : 'USD'; currency_sign = val == 1 ? 'RMB' : 'USD';
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<label class="layui-form-label">销售组织:</label> <label class="layui-form-label">销售组织:</label>
<div class="layui-input-inline layui-form" lay-filter="com_id"> <div class="layui-input-inline layui-form" lay-filter="com_id">
<select name="com_id" class="com_id" lay-verify="required"> <select name="com_id" class="com_id" lay-verify="required" lay-filter="lx_com_id">
<option value="1">猎芯科技</option> <option value="1">猎芯科技</option>
<option value="2">泽茂</option> <option value="2">泽茂</option>
......
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 sign in to comment