UP
This commit is contained in:
@@ -40,6 +40,12 @@
|
||||
<MenuItem fx:id="fileTable_menu_del" mnemonicParsing="false" text="删除"/>
|
||||
<MenuItem fx:id="fileTable_menu_move_to_company_path" mnemonicParsing="false"
|
||||
text="移动到公司目录"/>
|
||||
<Menu fx:id="fileTable_menu_set_valid" mnemonicParsing="false" text="设置有效性">
|
||||
<items>
|
||||
<MenuItem fx:id="fileTable_menu_set_valid_true" mnemonicParsing="false" text="是"/>
|
||||
<MenuItem fx:id="fileTable_menu_set_valid_false" mnemonicParsing="false" text="否"/>
|
||||
</items>
|
||||
</Menu>
|
||||
</items>
|
||||
</ContextMenu>
|
||||
</contextMenu>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<?import javafx.scene.layout.*?>
|
||||
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0"
|
||||
xmlns="http://javafx.com/javafx/8.0.111" xmlns:fx="http://javafx.com/fxml/1"
|
||||
fx:controller="com.ecep.contract.controller.contract.sale_order.SalesOrderTabSkinBillVoucher">
|
||||
fx:controller="com.ecep.contract.controller.tab.SalesOrderTabSkinBillVoucher">
|
||||
<children>
|
||||
<HBox spacing="3.0">
|
||||
<children>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<?import javafx.scene.layout.*?>
|
||||
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0"
|
||||
xmlns="http://javafx.com/javafx/8.0.111" xmlns:fx="http://javafx.com/fxml/1"
|
||||
fx:controller="com.ecep.contract.controller.contract.sale_order.SalesOrderTabSkinItems">
|
||||
fx:controller="com.ecep.contract.controller.tab.SalesOrderTabSkinItems">
|
||||
<children>
|
||||
<HBox spacing="3.0">
|
||||
<children>
|
||||
|
||||
Reference in New Issue
Block a user