tts
This commit is contained in:
parent
7e10bb3d8b
commit
ebeea6e904
|
|
@ -87,10 +87,10 @@
|
|||
</div>
|
||||
|
||||
<!-- 商品选择 -->
|
||||
<div class="input-group" style="width: 200px;">
|
||||
<!-- <div class="input-group" style="width: 200px;">
|
||||
<input id="select_item" class="form-control" type="text" placeholder="项目组" autocomplete="off" />
|
||||
<input id="select_item_id" type="hidden" name="item_id" />
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<!-- 日期选择 -->
|
||||
<div class="input-group" style="width: 200px;">
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'echarts','echarts-th
|
|||
$("#select_area_id").val(code);
|
||||
});
|
||||
|
||||
var _data = items;
|
||||
/* var _data = items;
|
||||
$('#select_item').zdCascader({
|
||||
data: _data,
|
||||
onChange: function ($this, data, allPathData) {
|
||||
|
|
@ -121,7 +121,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'echarts','echarts-th
|
|||
},
|
||||
clear: true,
|
||||
clickParent: true
|
||||
});
|
||||
});*/
|
||||
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user