Commit 5e9607cc3920fc4d3f1ac20f6835d679ebff626b
1 parent
9f63de58
拉单据界面修改
Showing
4 changed files
with
9 additions
and
7 deletions
src/main/resources/templates/receipt/receiptHeader/pullErp.html
... | ... | @@ -4,11 +4,12 @@ |
4 | 4 | <head th:include="include :: header"></head> |
5 | 5 | <body class="white-bg"> |
6 | 6 | <div class="wrapper wrapper-content animated fadeInRight ibox-content"> |
7 | - <form class="form-horizontal m" id="form-pullErp"> | |
8 | - ERP单号:<input id="referCode" name="referCode" placeholder="请填写ERP单号"> | |
7 | + <form class="form-horizontal" id="form-pullErp"> | |
8 | + <input id="referCode" class="form-control" name="referCode" placeholder="请填写ERP单号"> | |
9 | + <br/> | |
9 | 10 | <div class="form-group"> |
10 | 11 | <div class="form-control-static col-sm-offset-9"> |
11 | - <button type="submit" class="btn btn-primary">提交</button> | |
12 | + <button type="submit" class="btn btn-primary">提交</button> | |
12 | 13 | <button onclick="$.modal.close()" class="btn btn-danger" type="button">关闭</button> |
13 | 14 | </div> |
14 | 15 | </div> |
... | ... |
src/main/resources/templates/receipt/receiptHeader/receiptHeader.html
src/main/resources/templates/shipment/shipmentHeader/pullErp.html
... | ... | @@ -5,10 +5,11 @@ |
5 | 5 | <body class="white-bg"> |
6 | 6 | <div class="wrapper wrapper-content animated fadeInRight ibox-content"> |
7 | 7 | <form class="form-horizontal m" id="form-pullErp"> |
8 | - ERP单号:<input id="referCode" name="referCode" placeholder="请填写ERP单号"> | |
8 | + <input id="referCode" class="form-control" name="referCode" placeholder="请填写ERP单号"> | |
9 | + <br/> | |
9 | 10 | <div class="form-group"> |
10 | 11 | <div class="form-control-static col-sm-offset-9"> |
11 | - <button type="submit" class="btn btn-primary">提交</button> | |
12 | + <button type="submit" class="btn btn-primary">提交</button> | |
12 | 13 | <button onclick="$.modal.close()" class="btn btn-danger" type="button">关闭</button> |
13 | 14 | </div> |
14 | 15 | </div> |
... | ... |
src/main/resources/templates/shipment/shipmentHeader/shipmentHeader.html