This commit is contained in:
ylj20011123 2025-11-07 18:33:37 +08:00
parent 46eeaca296
commit bd01d65207
2 changed files with 2 additions and 3 deletions

View File

@ -1552,9 +1552,6 @@ const serverpartAssets: React.FC<{ currentUser: CurrentUser }> = (props) => {
</Drawer>
{/* 关联历史门店 */}
<Drawer
width={'60%'}
visible={showHistory}

View File

@ -2837,6 +2837,7 @@ const compareList: React.FC<{
label={'移动支付差额'}
fieldProps={{
precision: 2,
min: -Infinity,
onChange: (e: any) => {
const res = editFormRef.current?.getFieldValue()
// if (e || res.CashPayCorrect) {
@ -2863,6 +2864,7 @@ const compareList: React.FC<{
label={'现金支付差额'}
fieldProps={{
precision: 2,
min: -Infinity,
onChange: (e: any) => {
const res = editFormRef.current?.getFieldValue()
// if (e || res?.MobilePayCorrect) {