完成查询功能的“使用学/工号查询”和“查询卡的所有记录”功能;还未完成卡内记录查询

This commit is contained in:
2024-07-31 10:31:58 +08:00
parent f06ce5828c
commit 63fc2d966c
7 changed files with 681 additions and 7 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>708</width>
<height>493</height>
<width>709</width>
<height>514</height>
</rect>
</property>
<property name="windowTitle">
@@ -17,8 +17,8 @@
<widget class="QStackedWidget" name="stackedWidget">
<property name="geometry">
<rect>
<x>-50</x>
<y>-40</y>
<x>-40</x>
<y>0</y>
<width>701</width>
<height>481</height>
</rect>
@@ -27,7 +27,7 @@
<bool>true</bool>
</property>
<property name="currentIndex">
<number>2</number>
<number>3</number>
</property>
<widget class="QWidget" name="quitAppPage">
<widget class="QPushButton" name="confirmQuitButton">
@@ -416,6 +416,243 @@
</property>
</widget>
</widget>
<widget class="QWidget" name="queryPage">
<widget class="QTableWidget" name="queryResultTable">
<property name="geometry">
<rect>
<x>60</x>
<y>160</y>
<width>591</width>
<height>311</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="cardRecordQueryButton">
<property name="geometry">
<rect>
<x>420</x>
<y>130</y>
<width>91</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>查询卡内记录</string>
</property>
</widget>
<widget class="QPushButton" name="userRecordQueryButton">
<property name="geometry">
<rect>
<x>520</x>
<y>130</y>
<width>91</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>查询所有记录</string>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_5">
<property name="geometry">
<rect>
<x>60</x>
<y>120</y>
<width>354</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLabel" name="label_12">
<property name="text">
<string>请选择卡:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="queryCardIdBox">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="queryInventoryButton">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>读卡</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>60</x>
<y>80</y>
<width>350</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_14">
<property name="text">
<string>请输入学/工号:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="queryUserIdBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
<property name="minimum">
<number>1000</number>
</property>
<property name="maximum">
<number>99999999</number>
</property>
<property name="value">
<number>21281280</number>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="userIdRecordQueryButton">
<property name="text">
<string>查询学/工号记录</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="gridLayoutWidget_2">
<property name="geometry">
<rect>
<x>440</x>
<y>20</y>
<width>211</width>
<height>104</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="1" column="0">
<widget class="QLabel" name="label_15">
<property name="text">
<string>卡状态</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>余额</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="queryCardStatusLabel">
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="queryBalanceShowEdit">
<property name="minimumSize">
<size>
<width>150</width>
<height>60</height>
</size>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
<bold>true</bold>
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="label_17">
<property name="geometry">
<rect>
<x>170</x>
<y>30</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>查询交易记录</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</widget>
</widget>
<widget class="QWidget" name="newCardPage">
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">