增加仓库和客户配置开关(全部完成)
This commit is contained in:
@@ -72,11 +72,11 @@
|
||||
</div>
|
||||
<div class="fitem" style="padding:5px">
|
||||
<label id="depotFlagLabel">仓库开关 </label>
|
||||
<input name="depotFlag" id="depotFlag" type="checkbox" style="width: 220px;height: 20px"/>
|
||||
<input name="depotFlag" id="depotFlag" type="checkbox" style="width: 220px;height: 20px" title="勾选后需要到用户列表配置权限"/>
|
||||
</div>
|
||||
<div class="fitem" style="padding:5px">
|
||||
<label id="customerFlagLabel">客户开关 </label>
|
||||
<input name="customerFlag" id="customerFlag" type="checkbox" style="width: 220px;height: 20px"/>
|
||||
<input name="customerFlag" id="customerFlag" type="checkbox" style="width: 220px;height: 20px" title="勾选后需要到用户列表配置权限"/>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user