修改
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 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">
|
||||
<input id="c-item_title" readonly class="form-control" type="text" value="{$row.item_title|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>
|
||||
<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">{:__('Customer')}:</label>
|
||||
<label class="control-label col-xs-12 col-sm-2">客户昵称:</label>
|
||||
<div class="col-xs-12 col-sm-8">
|
||||
<input id="c-customer" class="form-control" readonly type="text" value="{$row.customer|htmlentities}">
|
||||
</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">
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'name' => 'Allocatr',
|
||||
'beian' => '',
|
||||
'name' => '神帝',
|
||||
'beian' => '2',
|
||||
'cdnurl' => '',
|
||||
'version' => '1.0.1',
|
||||
'version' => '1.0.2',
|
||||
'timezone' => 'Asia/Shanghai',
|
||||
'forbiddenip' => '',
|
||||
'languages' =>
|
||||
|
|
@ -28,12 +28,6 @@ return array (
|
|||
'user' => 'User',
|
||||
'example' => 'Example',
|
||||
),
|
||||
'attachmentcategory' =>
|
||||
array (
|
||||
'category1' => 'Category1',
|
||||
'category2' => 'Category2',
|
||||
'custom' => 'Custom',
|
||||
),
|
||||
'mail_type' => '1',
|
||||
'mail_smtp_host' => 'smtp.qq.com',
|
||||
'mail_smtp_port' => '465',
|
||||
|
|
@ -41,4 +35,12 @@ return array (
|
|||
'mail_smtp_pass' => '',
|
||||
'mail_verify_type' => '2',
|
||||
'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: 'work_tel_id', title: __('Work_tel_id')},
|
||||
{field: 'source_shop', title: __('Source_shop'), operate: '='},
|
||||
{field: 'source', title: __('Source'), operate: false},
|
||||
{field: 'source_uid', title: __('Source_uid'), operate: '='},
|
||||
{field: 'source', title: __('Source'), operate: 'like'},
|
||||
// {field: 'source_uid', title: __('Source_uid'), operate: '='},
|
||||
// {field: 'item_id', title: __('Item_id')},
|
||||
{field: 'item_title', title: __('Item_title'), operate: false},
|
||||
{field: 'detail', title: __('Detail'), operate: false, table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user