|
@ -2,6 +2,7 @@ |
|
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org" > |
|
|
<html lang="zh" xmlns:th="http://www.thymeleaf.org" > |
|
|
<head> |
|
|
<head> |
|
|
<th:block th:include="include :: header('委外单-出库')" /> |
|
|
<th:block th:include="include :: header('委外单-出库')" /> |
|
|
|
|
|
<th:block th:include="include :: bootstrap-editable-css"/> |
|
|
<th:block th:include="include :: datetimepicker-css" /> |
|
|
<th:block th:include="include :: datetimepicker-css" /> |
|
|
</head> |
|
|
</head> |
|
|
<body class="white-bg"> |
|
|
<body class="white-bg"> |
|
@ -186,7 +187,6 @@ |
|
|
}, |
|
|
}, |
|
|
editable: { |
|
|
editable: { |
|
|
type: 'text', |
|
|
type: 'text', |
|
|
mode:'inline', |
|
|
|
|
|
validate: function (v,row) { |
|
|
validate: function (v,row) { |
|
|
if (!v) return '数量不能为空'; |
|
|
if (!v) return '数量不能为空'; |
|
|
if (isNaN(v)) return '数量必须是数字'; |
|
|
if (isNaN(v)) return '数量必须是数字'; |
|
|