単体テスト不具合対応3
This commit is contained in:
parent
3c0c8fb1b6
commit
7d62962106
@ -81,9 +81,25 @@ table{
|
||||
|
||||
.bioScroll_div {
|
||||
overflow: auto;
|
||||
white-space: nowrap;
|
||||
margin-top: 1%;
|
||||
margin-bottom: 1%;
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
width: 1132px;
|
||||
}
|
||||
.bioScroll_div::-webkit-scrollbar {
|
||||
height: 5px;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.bioScroll_div::-webkit-scrollbar-track {
|
||||
border-radius: 5px;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.bioScroll_div::-webkit-scrollbar-thumb {
|
||||
border-radius: 5px;
|
||||
background: #666;
|
||||
}
|
||||
|
||||
.noLine{
|
||||
|
||||
@ -10,46 +10,6 @@ DUMP_STATUS_UNPROCESSED = '0'
|
||||
BIO_TEMPORARY_FILE_DIR_PATH = path.join(path.curdir, 'src', 'data')
|
||||
BIO_EXCEL_TEMPLATE_FILE_PATH = path.join(BIO_TEMPORARY_FILE_DIR_PATH, 'BioData_template.xlsx')
|
||||
|
||||
BIO_EXTRACT_COLUMNS = [
|
||||
'data_kind',
|
||||
'slip_mgt_num',
|
||||
'rec_ymd',
|
||||
'rec_whs_cd',
|
||||
'rec_whs_sub_cd',
|
||||
'whs_name',
|
||||
'rec_whs_org_cd',
|
||||
'rec_urag_num',
|
||||
'rev_hsdnymd_srk',
|
||||
'rec_tran_kbn',
|
||||
'tran_kbn_name',
|
||||
'mkr_cd',
|
||||
'rec_comm_cd',
|
||||
'product_name',
|
||||
'whs_rep_comm_name',
|
||||
'nonyu_fcl_cd',
|
||||
'rec_nonyu_fcl_name',
|
||||
'whs_rep_nonyu_fcl_name',
|
||||
'rec_nonyu_fcl_addr',
|
||||
'whs_rep_nonyu_fcl_addr',
|
||||
'rec_lot_num',
|
||||
'qty',
|
||||
'expr_dt',
|
||||
'data_kbn',
|
||||
'err_dtl_kind',
|
||||
'bef_slip_mgt_num',
|
||||
'ins_usr',
|
||||
'ins_dt',
|
||||
'inst_cd',
|
||||
'inst_name_form',
|
||||
'address',
|
||||
'tel_num',
|
||||
'v_whs_cd',
|
||||
'v_whsorg_cd',
|
||||
'whs_org_name',
|
||||
'v_tran_cd',
|
||||
'iko_flg'
|
||||
]
|
||||
|
||||
BIO_CSV_HEADER = [
|
||||
'データ種別',
|
||||
'伝票管理NO',
|
||||
|
||||
@ -7,9 +7,11 @@
|
||||
<link rel="stylesheet" href="/static/css/bioStyle.css">
|
||||
|
||||
<script>
|
||||
$(function(){
|
||||
window.onload = function(){
|
||||
// 見出し固定初期化
|
||||
FixedMidashi.create();
|
||||
}
|
||||
$(function(){
|
||||
// ボタン、テキストボックス初期化
|
||||
formBtDisabled();
|
||||
// DatePickerを有効化
|
||||
@ -126,9 +128,9 @@
|
||||
<div id="light-pagination" class="pagination"></div>
|
||||
<!--検索結果表示テーブル-->
|
||||
<div class="bioScroll_div">
|
||||
<table class="tablesorter" _fixedhead='rows:1; cols:0; border-color:black; border-width:2px;'>
|
||||
<table class="tablesorter search_longtextbox" _fixedhead='rows:1; cols:0;'>
|
||||
<thead>
|
||||
<tr class="result_tr">
|
||||
<tr>
|
||||
<th>データ種別</th>
|
||||
<th>伝票管理NO</th>
|
||||
<th>処理日</th>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user