wupengfei 1 gadu atpakaļ
vecāks
revīzija
439e108ede
2 mainītis faili ar 10 papildinājumiem un 2 dzēšanām
  1. 2 2
      .idea/workspace.xml
  2. 8 0
      application/mall/view/store_goods/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/common.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/mall/view/store_goods/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/mall/view/store_goods/form.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -420,7 +420,7 @@
       <workItem from="1694392543142" duration="23428000" />
       <workItem from="1694480523673" duration="21063000" />
       <workItem from="1694565971470" duration="21552000" />
-      <workItem from="1694652561038" duration="14501000" />
+      <workItem from="1694652561038" duration="15233000" />
     </task>
     <servers />
   </component>

+ 8 - 0
application/mall/view/store_goods/form.html

@@ -54,6 +54,10 @@
                                 <input name="hot_num"  class="layui-input" placeholder="请输入热搜阅读量" value="{$vo.hot_num|default=''}">
                                 <input name="hot_num_old"  type="hidden" value='{$vo.hot_num|default=""}'  class="layui-input">
                             </label>
+                            <label class="layui-col-xs3 relative">
+                                <span class="color-green">上架时间</span>
+                                <input name="release_time" id="release_time"   class="layui-input" placeholder="" value="{$vo.release_time|default=''}">
+                            </label>
                         </div>
 
                         <div class="layui-form-item layui-row layui-col-space15">
@@ -301,6 +305,10 @@
             ,type: 'datetime'
         });
 
+        laydate.render({
+            elem: '#release_time'
+            ,type: 'datetime'
+        });
         //监听指定开关
         form.on('radio(freight_type)', function(data) {
             if (data.value == 1) {