Browse Source

添加发送出库消息后添加到redis中的功能

lwx_dev
erdanergou 3 years ago
parent
commit
fa9938a18f
  1. 3
      src/main/resources/templates/pages/application/application-out_back.html
  2. 8
      src/main/resources/templates/pages/applicationForStorageCenter/application-out_back.html

3
src/main/resources/templates/pages/application/application-out_back.html

@ -118,9 +118,6 @@
提交申请成功 提交申请成功
</div> </div>
</div> </div>
<div style="text-align: center;margin-top: 50px;">
<button class="layui-btn next">再申请一次</button>
</div>
</form> </form>
</div> </div>
</div> </div>

8
src/main/resources/templates/pages/applicationForStorageCenter/application-out_back.html

@ -175,10 +175,6 @@
<div style="font-size: 24px;color: #333;font-weight: 500;margin-top: 30px;"> <div style="font-size: 24px;color: #333;font-weight: 500;margin-top: 30px;">
提交申请成功 提交申请成功
</div> </div>
<div style="font-size: 14px;color: #666;margin-top: 20px;">预计审核时间为1天</div>
</div>
<div style="text-align: center;margin-top: 50px;">
<button class="layui-btn next">再申请一次</button>
</div> </div>
</form> </form>
</div> </div>
@ -186,10 +182,6 @@
</div> </div>
</div> </div>
<hr> <hr>
<div style="color: #666;margin-top: 30px;margin-bottom: 40px;padding-left: 30px;">
<h3>说明</h3><br>
申请提交后,24小时内审核完毕
</div>
</div> </div>
</div> </div>

Loading…
Cancel
Save