wupengfei 1 年之前
父节点
当前提交
f01900cafc
共有 2 个文件被更改,包括 8 次插入6 次删除
  1. 1 2
      .idea/workspace.xml
  2. 7 4
      application/synth/view/bill_apply/form.html

+ 1 - 2
.idea/workspace.xml

@@ -3,7 +3,6 @@
   <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/BillApply.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/synth/controller/BillApply.php" 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" />
@@ -328,7 +327,7 @@
       <workItem from="1684543423796" duration="10653000" />
       <workItem from="1684716593546" duration="15730000" />
       <workItem from="1684743465298" duration="6526000" />
-      <workItem from="1684802887863" duration="10280000" />
+      <workItem from="1684802887863" duration="10363000" />
     </task>
     <servers />
   </component>

+ 7 - 4
application/synth/view/bill_apply/form.html

@@ -83,11 +83,14 @@
             <div class="layui-card">
                 <div class="layui-card-header">收货信息</div>
                 <div class="layui-card-body">
-                    <div class="layui-col-md6">
-                        <label class="layui-col-xs9 think-form-group-left">
-                            <input name="ppt" value='{$vo.ppt|default=""}'  readonly placeholder="请上传" class="layui-input">
+                    <div class="layui-form-item">
+                        <label class="layui-form-label ">PDF</label>
+                        <label class="layui-col-xs10 relative">
+                            <label class="layui-col-xs9 think-form-group-left">
+                                <input name="ppt" value='{$vo.ppt|default=""}'  readonly placeholder="请上传" class="layui-input">
+                            </label>
+                            <button type="button" class="layui-btn" id="test3"><i class="layui-icon"></i>上传PPT</button>
                         </label>
-                        <button type="button" class="layui-btn" id="test3"><i class="layui-icon"></i>上传PPT</button>
                     </div>
                 </div>
             </div>