Browse Source

[feat]

仓库管理 出库单
修改委外出库页面,引入表格内编辑css,去除实际出库数编辑行内样式;
dev
王晓迪 2 months ago
parent
commit
03a718e27e
  1. 2
      ruoyi-admin/src/main/resources/templates/warehouse/warehouseOutOrder/outsourceOutWarehouse.html

2
ruoyi-admin/src/main/resources/templates/warehouse/warehouseOutOrder/outsourceOutWarehouse.html

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

Loading…
Cancel
Save