|
@@ -151,7 +151,9 @@
|
|
|
{ field: 'customerName', ifShow: value != '3' },
|
|
|
{ field: 'customerType', ifShow: value != '3' },
|
|
|
{ field: 'endCustomer', ifShow: value != '3' },
|
|
|
- { field: 'customerPayTime', required: value == '4' },
|
|
|
+ { field: 'amount', ifShow: value != '3' },
|
|
|
+ { field: 'currencySymbol', ifShow: value != '3' },
|
|
|
+ { field: 'customerPayTime', required: value == '4', ifShow: value != '3' },
|
|
|
]);
|
|
|
};
|
|
|
async function onDataReceive(data) {
|