|
@ -16,6 +16,7 @@ |
|
|
margin-left: -10px; |
|
|
margin-left: -10px; |
|
|
margin-right: -10px; |
|
|
margin-right: -10px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.layui-table-cell { |
|
|
.layui-table-cell { |
|
|
height: auto; |
|
|
height: auto; |
|
|
overflow: visible; |
|
|
overflow: visible; |
|
@ -146,7 +147,7 @@ |
|
|
</script> |
|
|
</script> |
|
|
@*備註*@ |
|
|
@*備註*@ |
|
|
<script type="text/html" id="inputTest"> |
|
|
<script type="text/html" id="inputTest"> |
|
|
<input type="text" name="inputTest" lay-filter="inputTest" id="inputTest" data-value={{d.missingRemark}} class="layui-input" style=" margin-top: -10px; margin-left: -10px; margin-right: -10px;"> |
|
|
<input type="text" name="inputTest" lay-filter="inputTest" id="inputTest" data-value="{{d.missingRemark}}" class="layui-input" style=" margin-top: -10px; margin-left: -10px; margin-right: -10px;"> |
|
|
</script> |
|
|
</script> |
|
|
@*線別*@ |
|
|
@*線別*@ |
|
|
<script type="text/html" id="selectLine"> |
|
|
<script type="text/html" id="selectLine"> |
|
@ -160,7 +161,7 @@ |
|
|
</script> |
|
|
</script> |
|
|
@*插件位置*@ |
|
|
@*插件位置*@ |
|
|
<script type="text/html" id="inputLocation"> |
|
|
<script type="text/html" id="inputLocation"> |
|
|
<input type="text" name="inputLocation" lay-filter="inputLocation" id="inputLocation" data-value={{d.location}} class="layui-input" style=" margin-top: -10px; margin-left: -10px; margin-right: -10px;"> |
|
|
<input type="text" name="inputLocation" lay-filter="inputLocation" id="inputLocation" data-value="{{d.location}}" class="layui-input" style=" margin-top: -10px; margin-left: -10px; margin-right: -10px;"> |
|
|
</script> |
|
|
</script> |
|
|
@*缺失單位*@ |
|
|
@*缺失單位*@ |
|
|
<script type="text/html" id="selectDept"> |
|
|
<script type="text/html" id="selectDept"> |
|
@ -367,6 +368,7 @@ |
|
|
{ |
|
|
{ |
|
|
field: 'inspectionItem', |
|
|
field: 'inspectionItem', |
|
|
title: '項目', |
|
|
title: '項目', |
|
|
|
|
|
width: 250, |
|
|
align: 'left', |
|
|
align: 'left', |
|
|
sort: true, |
|
|
sort: true, |
|
|
templet: function (d) { |
|
|
templet: function (d) { |
|
@ -376,6 +378,7 @@ |
|
|
{ |
|
|
{ |
|
|
field: 'inspectionItem', |
|
|
field: 'inspectionItem', |
|
|
title: '標準值', |
|
|
title: '標準值', |
|
|
|
|
|
width: 100, |
|
|
align: 'left', |
|
|
align: 'left', |
|
|
sort: true, |
|
|
sort: true, |
|
|
templet: function (d) { |
|
|
templet: function (d) { |
|
@ -388,7 +391,7 @@ |
|
|
{ field: 'location', title: '零件位置', width: 100, align: "left", templet: '#inputLocation' }, |
|
|
{ field: 'location', title: '零件位置', width: 100, align: "left", templet: '#inputLocation' }, |
|
|
{ field: 'missingUnitNo', title: '缺失單位', width: 100, align: "left", templet: '#selectDept' }, |
|
|
{ field: 'missingUnitNo', title: '缺失單位', width: 100, align: "left", templet: '#selectDept' }, |
|
|
{ field: 'missingUserID', title: '缺失人員', width: 100, align: "left", templet: '#selectUser' }, |
|
|
{ field: 'missingUserID', title: '缺失人員', width: 100, align: "left", templet: '#selectUser' }, |
|
|
{ field: 'missingRemark', title: '備註', width: 250, align: "left", templet: '#inputTest' },//templet: '#inputTest' |
|
|
{ field: 'missingRemark', title: '備註', width: 100, align: "left", templet: '#inputTest' },//templet: '#inputTest' |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
field: 'right', |
|
|
field: 'right', |
|
|