gdg
2021-01-29 d1c6a993b7d534cd50961eda97c2a0f5c940728c
调整间距
已修改1个文件
6 ■■■■ 文件已修改
src/main/webapp/approval_mng.xhtml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/approval_mng.xhtml
@@ -72,7 +72,7 @@
                         emptyMessage="无数据" selection="#{approvalMngController.selectedList}"
                         rows="20" pageLinks="5">
                <p:column selectionMode="multiple" style="width: 30px;text-align: center;"/>
                <p:column headerText="订单状态" width="58px;" style="text-align: center">
                <p:column headerText="订单状态" width="60px;" style="text-align: center">
                    <h:outputText value="#{row.status!=null?row.status.text:''}"></h:outputText>
                </p:column>
                <p:column headerText="申购编号" width="118px;">
@@ -100,7 +100,7 @@
                    <h:outputText value="#{row.reagent!=null?(''.concat(row.reagent.mainMetering).concat(baseMetaService.getBaseMetaValue(row.reagent.reagentUnit))):''}"></h:outputText>
                </p:column>
                <p:column headerText="含税售价" width="56px;">
                <p:column headerText="含税售价" width="60px;">
                    <h:outputText value="#{row.applyPrice}"></h:outputText>
                </p:column>
@@ -124,7 +124,7 @@
                    <!--<h:outputText value="#{row.reagent!=null?row.reagent.supplierName:''}"></h:outputText>-->
                <!--</p:column>-->
                <p:column headerText="试剂类型" width="29px;">
                <p:column headerText="试剂类型" width="60px;">
                    <h:outputText value="#{baseMetaService.getBaseMetaValue(row.reagent.reagentType)}"></h:outputText>
                </p:column>