rev:logo图标更换 rev:木箱外表打印校验
This commit is contained in:
@@ -116,6 +116,10 @@ public class PrintServiceImpl implements PrintService {
|
|||||||
|
|
||||||
// 生成txt文件
|
// 生成txt文件
|
||||||
JSONObject jsonPrint = printTab.query("print_id = '" + whereJson.getString("print_type") + "'").uniqueResult(0);
|
JSONObject jsonPrint = printTab.query("print_id = '" + whereJson.getString("print_type") + "'").uniqueResult(0);
|
||||||
|
if (ObjectUtil.isEmpty(jsonPrint)) {
|
||||||
|
throw new BadRequestException("请选择打印机!");
|
||||||
|
}
|
||||||
|
|
||||||
//10.1.3.21/LMSPrinter/
|
//10.1.3.21/LMSPrinter/
|
||||||
String filePath = jsonPrint.getString("print_route") + "外包标签.txt";
|
String filePath = jsonPrint.getString("print_route") + "外包标签.txt";
|
||||||
FileWriter fw = null;
|
FileWriter fw = null;
|
||||||
|
|||||||
BIN
lms/nladmin-ui/src/assets/images/hailaing.png
Normal file
BIN
lms/nladmin-ui/src/assets/images/hailaing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
@@ -14,7 +14,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Logo from '@/assets/images/noblelift.png'
|
import Logo from '@/assets/images/hailaing.png'
|
||||||
import variables from '@/assets/styles/variables.scss'
|
import variables from '@/assets/styles/variables.scss'
|
||||||
export default {
|
export default {
|
||||||
name: 'SidebarLogo',
|
name: 'SidebarLogo',
|
||||||
@@ -64,8 +64,8 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
& .sidebar-logo {
|
& .sidebar-logo {
|
||||||
width: 32px;
|
width: 55px;
|
||||||
height: 32px;
|
height: 15px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user