You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
1.0 KiB
14 lines
1.0 KiB
<?php
|
|
#电梯详细资料
|
|
$con_maintance_examine_clear_columm = [
|
|
'register_code' => ['label' => "电梯注册代码", "value" => "", "tag" => 'text', 'class' => ''],
|
|
'brand' => ['label' => "品牌", "value" => "", "tag" => 'text', 'class' => ''],
|
|
'spec' => ['label' => "规格型号", "value" => "", "tag" => 'text', 'class' => ''],
|
|
'weight' => ['label' => "载重", "value" => "", "tag" => 'text', 'class' => ''],
|
|
'speed' => ['label' => "速度", "value" => "", "tag" => 'text', 'class' => ''],
|
|
'stop' => ['label' => "停数", "value" => "", "tag" => 'text', 'class' => ''],
|
|
'useful_years' => ['label' => "使用年限", "value" => "", "tag" => 'text', 'class' => ''],
|
|
'last_check_date' => ['label' => "最近一次年检日期", "value" => "", "tag" => 'text', 'class' => ''],
|
|
'speed_governors_check_expense' => ['label' => "限速器校验费", "value" => "", "tag" => 'text', 'class' => ''],
|
|
];
|
|
$con_maintance_examine_clear = DB::result("SELECT * FROM con_maintance_examine_clear where 1=1 and cmstatus='Y' ");
|
|
|