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>
{/* 关联历史门店 */} {/* 关联历史门店 */}
<Drawer <Drawer
width={'60%'} width={'60%'}
visible={showHistory} visible={showHistory}

View File

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