This commit is contained in:
2025-10-11 09:21:14 +08:00
parent bda92193d4
commit 553feac0a4
93 changed files with 1736 additions and 676 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>