修改
This commit is contained in:
parent
e9ad9e1a36
commit
7da4aeb708
21
application/admin/view/orders/auditorder/edit.html
Normal file → Executable file
21
application/admin/view/orders/auditorder/edit.html
Normal file → Executable file
|
|
@ -9,34 +9,19 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label col-xs-12 col-sm-2">{:__('Item_title')}:</label>
|
<label class="control-label col-xs-12 col-sm-2">订单渠道:</label>
|
||||||
<div class="col-xs-12 col-sm-8">
|
<div class="col-xs-12 col-sm-8">
|
||||||
<input id="c-item_title" readonly class="form-control" type="text" value="{$row.item_title|htmlentities}">
|
<input id="c-detail" readonly class="form-control" placeholder="订单详情" value="{$row.source_shop|htmlentities}">
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="form-group">
|
|
||||||
<label class="control-label col-xs-12 col-sm-2">{:__('Detail')}:</label>
|
|
||||||
<div class="col-xs-12 col-sm-8">
|
|
||||||
<textarea id="c-detail" readonly class="form-control" placeholder="订单详情" >{$row.detail|htmlentities}</textarea>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label col-xs-12 col-sm-2">{:__('Customer')}:</label>
|
<label class="control-label col-xs-12 col-sm-2">客户昵称:</label>
|
||||||
<div class="col-xs-12 col-sm-8">
|
<div class="col-xs-12 col-sm-8">
|
||||||
<input id="c-customer" class="form-control" readonly type="text" value="{$row.customer|htmlentities}">
|
<input id="c-customer" class="form-control" readonly type="text" value="{$row.customer|htmlentities}">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
|
||||||
<label class="control-label col-xs-12 col-sm-2">{:__('Tel')}:</label>
|
|
||||||
<div class="col-xs-12 col-sm-8">
|
|
||||||
<input id="c-tel" class="form-control" readonly type="text" value=" {$row.tel|htmlentities}">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array (
|
return array (
|
||||||
'name' => 'Allocatr',
|
'name' => '神帝',
|
||||||
'beian' => '',
|
'beian' => '2',
|
||||||
'cdnurl' => '',
|
'cdnurl' => '',
|
||||||
'version' => '1.0.1',
|
'version' => '1.0.2',
|
||||||
'timezone' => 'Asia/Shanghai',
|
'timezone' => 'Asia/Shanghai',
|
||||||
'forbiddenip' => '',
|
'forbiddenip' => '',
|
||||||
'languages' =>
|
'languages' =>
|
||||||
|
|
@ -28,12 +28,6 @@ return array (
|
||||||
'user' => 'User',
|
'user' => 'User',
|
||||||
'example' => 'Example',
|
'example' => 'Example',
|
||||||
),
|
),
|
||||||
'attachmentcategory' =>
|
|
||||||
array (
|
|
||||||
'category1' => 'Category1',
|
|
||||||
'category2' => 'Category2',
|
|
||||||
'custom' => 'Custom',
|
|
||||||
),
|
|
||||||
'mail_type' => '1',
|
'mail_type' => '1',
|
||||||
'mail_smtp_host' => 'smtp.qq.com',
|
'mail_smtp_host' => 'smtp.qq.com',
|
||||||
'mail_smtp_port' => '465',
|
'mail_smtp_port' => '465',
|
||||||
|
|
@ -41,4 +35,12 @@ return array (
|
||||||
'mail_smtp_pass' => '',
|
'mail_smtp_pass' => '',
|
||||||
'mail_verify_type' => '2',
|
'mail_verify_type' => '2',
|
||||||
'mail_from' => '',
|
'mail_from' => '',
|
||||||
|
'attachmentcategory' =>
|
||||||
|
array (
|
||||||
|
'category1' => 'Category1',
|
||||||
|
'category2' => 'Category2',
|
||||||
|
'custom' => 'Custom',
|
||||||
|
),
|
||||||
|
'ip_check' => '0',
|
||||||
|
'allowip' => '',
|
||||||
);
|
);
|
||||||
|
|
|
||||||
7
crontab
Executable file
7
crontab
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
*/5 * * * * docker exec php-www php /var/www/html/allocatr/think check:dispatch-toget
|
||||||
|
1 9 * * * docker exec php-www php /var/www/html/allocatr/think check:dispatch-record-notice
|
||||||
|
00 */1 * * * docker exec php-www php /var/www/html/allocatr/think check:dispatch-sms-plant
|
||||||
|
*/10 * * * * docker exec php-www php /var/www/html/allocatr/think check:dispatch-tts-overtime
|
||||||
|
5 * * * * docker exec php-www php /var/www/html/allocatr/think check:dispatch-tts-plant
|
||||||
|
* * * * * docker exec php-www php /var/www/html/allocatr/think check:dispatch-tts-task
|
||||||
|
0 0 * * * docker exec php-www php /var/www/html/allocatr/think update-worker-man-info
|
||||||
4
public/assets/js/backend/orders/auditorder.js
Normal file → Executable file
4
public/assets/js/backend/orders/auditorder.js
Normal file → Executable file
|
|
@ -64,8 +64,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||||
// {field: 'lat', title: __('Lat'), operate:'BETWEEN'},
|
// {field: 'lat', title: __('Lat'), operate:'BETWEEN'},
|
||||||
//{field: 'work_tel_id', title: __('Work_tel_id')},
|
//{field: 'work_tel_id', title: __('Work_tel_id')},
|
||||||
{field: 'source_shop', title: __('Source_shop'), operate: '='},
|
{field: 'source_shop', title: __('Source_shop'), operate: '='},
|
||||||
{field: 'source', title: __('Source'), operate: false},
|
{field: 'source', title: __('Source'), operate: 'like'},
|
||||||
{field: 'source_uid', title: __('Source_uid'), operate: '='},
|
// {field: 'source_uid', title: __('Source_uid'), operate: '='},
|
||||||
// {field: 'item_id', title: __('Item_id')},
|
// {field: 'item_id', title: __('Item_id')},
|
||||||
{field: 'item_title', title: __('Item_title'), operate: false},
|
{field: 'item_title', title: __('Item_title'), operate: false},
|
||||||
{field: 'detail', title: __('Detail'), operate: false, table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
{field: 'detail', title: __('Detail'), operate: false, table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user