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