wupengfei 2 years ago
parent
commit
0f2df21276
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .idea/workspace.xml
  2. 1 1
      application/synth/view/bill_header/form.html

+ 2 - 2
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <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/controller/BillHeader.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/synth/controller/BillHeader.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/synth/view/bill_header/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/synth/view/bill_header/form.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -210,7 +210,7 @@
       <workItem from="1672793409629" duration="408000" />
       <workItem from="1672793834653" duration="24306000" />
       <workItem from="1672880479757" duration="22897000" />
-      <workItem from="1672966192005" duration="13697000" />
+      <workItem from="1672966192005" duration="13728000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/synth/view/bill_header/form.html

@@ -8,7 +8,7 @@
             <div class="layui-form-item">
                 <label class="layui-form-label label-required">抬头名称</label>
                 <div class="layui-input-block">
-                    <input name="title"  value='{$vo.title|default=""}'  class="layui-input">
+                    <input name="header"  value='{$vo.header|default=""}'  class="layui-input">
                 </div>
             </div>