update
This commit is contained in:
parent
46eeaca296
commit
bd01d65207
@ -1552,9 +1552,6 @@ const serverpartAssets: React.FC<{ currentUser: CurrentUser }> = (props) => {
|
||||
</Drawer>
|
||||
|
||||
{/* 关联历史门店 */}
|
||||
|
||||
|
||||
|
||||
<Drawer
|
||||
width={'60%'}
|
||||
visible={showHistory}
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user