Compare commits

..

2 Commits

Author SHA1 Message Date
邹景立
48f1c79c80 修改模板文件 2022-09-08 18:06:35 +08:00
邹景立
9b6bdb61bb 修改发送状态 2022-09-08 16:29:23 +08:00
2 changed files with 4 additions and 9 deletions

View File

@ -133,10 +133,10 @@ class Send extends Controller
$vo['status'] = 2;
$vo['company_name'] = $company['name'];
$vo['send_datetime'] = $vo['send_datetime'] ?? date('Y-m-d H:i:s');
if ($order['status'] === 3) {
$map = ['order_no' => $vo['order_no']];
if ($order['status'] === 4) {
// 更新订单发货状态
ShopOrder::mk()->where($map)->update(['status' => 4]);
$map = ['order_no' => $vo['order_no']];
ShopOrder::mk()->where($map)->update(['status' => 5]);
}
}
}

View File

@ -1,4 +1,3 @@
{block name="content"}
<div class="iframe-pagination notfooter">
<fieldset>
<legend>条件搜索</legend>
@ -41,9 +40,7 @@
</fieldset>
<table id="NewsTable" data-url="{:sysuri()}" data-target-search="#NewsTableSearch"></table>
</div>
{/block}
{block name='script'}
<script>
$(function () {
// 初始化表格组件
@ -82,6 +79,4 @@
<!-- 数据状态切换模板 -->
<script type="text/html" id="StatusSwitchTpl">
{{-d.status ? '<b class="color-green">已激活</b>' : '<b class="color-red">已禁用</b>'}}
</script>
{/block}
</script>