wupengfei 1 年之前
父節點
當前提交
1e1e6438cf
共有 2 個文件被更改,包括 13 次插入2 次删除
  1. 5 2
      .idea/workspace.xml
  2. 8 0
      application/synth/view/bill_apply/form.html

+ 5 - 2
.idea/workspace.xml

@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="ChangeListManager">
-    <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="" />
+    <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/synth/view/bill_apply/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/synth/view/bill_apply/form.html" afterDir="false" />
+    </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -324,7 +327,7 @@
       <workItem from="1684543423796" duration="10653000" />
       <workItem from="1684716593546" duration="15730000" />
       <workItem from="1684743465298" duration="6526000" />
-      <workItem from="1684802887863" duration="10721000" />
+      <workItem from="1684802887863" duration="10913000" />
     </task>
     <servers />
   </component>

+ 8 - 0
application/synth/view/bill_apply/form.html

@@ -97,6 +97,14 @@
         {/if}
 
     </div>
+
+    <div class="layui-form-item text-center">
+        <!--{notempty name='vo.id'}-->
+        <input type='hidden' value='{$vo.id}' name='id'>
+        <!--{/notempty}-->
+        <button class="layui-btn" type='submit'>保存数据</button>
+        <button class="layui-btn layui-btn-danger" type='button' data-confirm="确定要取消编辑吗?" data-close>取消编辑</button>
+    </div>
 </div>
 <script>
     layui.use(['upload', 'element', 'layer'], function(){