|
|
@@ -1,7 +1,7 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
<head>
|
|
|
- <th:block th:include="include :: header('订单基础 订单的基础信息列表')" />
|
|
|
+ <th:block th:include="include :: header('订单基础信息')" />
|
|
|
<th:block th:include="include :: datetimepicker-css" />
|
|
|
<style type='text/css'>
|
|
|
.control-label{padding-right : 0px}
|
|
|
@@ -129,7 +129,7 @@
|
|
|
url: prefix + "/list",
|
|
|
createUrl: prefix + "/add",
|
|
|
updateUrl: prefix + "/edit/{id}",
|
|
|
- modalName: "订单基础 订单的基础信息",
|
|
|
+ modalName: "订单基础信息",
|
|
|
columns: [{
|
|
|
checkbox: false
|
|
|
},
|
|
|
@@ -175,7 +175,7 @@
|
|
|
align: 'center',
|
|
|
formatter: function(value, row, index) {
|
|
|
var actions = [];
|
|
|
- actions.push('<a class="btn btn-success btn-xs " href="javascript:void(0)" onclick="$.operate.edit(\'' + row.docNumber + '\')"><i class="fa fa-edit"></i>详情</a> ');
|
|
|
+ actions.push('<a class="btn btn-success btn-xs " href="javascript:void(0)" onclick="$.operate.editTitle(\'' + row.docNumber + '\')"><i class="fa fa-edit"></i>详情</a> ');
|
|
|
return actions.join('');
|
|
|
}
|
|
|
}
|