Commit fa2b8a8d by guanzhenshan

去掉财务费用报表的费用类型

parent ea62dde0
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div class="form-group"> <div class="form-group">
<label>费用类型:</label> <label>费用类型:</label>
<select id="feetype" name="feetype" class="form-control"> <select id="feetype" name="feetype" class="form-control">
<option value="1">财务费用</option> @*<option value="1">财务费用</option>*@
<option value="2">销售费用</option> <option value="2">销售费用</option>
</select> </select>
</div> </div>
......
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 to comment