模版发单页面样式修改
This commit is contained in:
parent
db11b450a3
commit
4929fc8d3a
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
.template-div {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.template-body {
|
||||
|
|
@ -97,6 +98,14 @@
|
|||
margin: 2px 0;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
#categoryCxSelect {
|
||||
z-index: 101
|
||||
}
|
||||
|
||||
#categoryCxSelect .eo-cascader-menu:nth-child(-n+3) .has-child label {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
<th:block th:include="include :: datetimepicker-css" />
|
||||
|
|
@ -542,8 +551,7 @@
|
|||
|
||||
function submitOrder() {
|
||||
if (!validSpecialComponent()) return;
|
||||
<!-- if ($.validate.form()) {-->
|
||||
if (true) {
|
||||
if ($.validate.form()) {
|
||||
var data = $("#addTemplateForm").serializeArray();
|
||||
var params= {};
|
||||
data.forEach(function (item){
|
||||
|
|
|
|||
Loading…
Reference in New Issue