打印供应商
Showing
with
198 additions
and
4 deletions
app/Model/DepartmentModel.php
0 → 100644
resources/views/web/PrintSupplier.blade.php
0 → 100644
Please
register
or
sign in
to comment
... | ... | @@ -3,6 +3,7 @@ |
namespace App\Http\Services; | ||
use App\Model\UserInfoModel; | ||
use DB; | ||
//部门数据服务 | ||
... | ... |
... | ... | @@ -17,7 +17,7 @@ |
</head> | ||
<style> | ||
html * { | ||
font-size: 12px !important; | ||
font-size: 12px ; | ||
} | ||
input:focus, textarea:focus { | ||
... | ... |