|
@@ -1077,7 +1077,6 @@ const saveEditOperationServiceFee = async (row: any, index: number) => {
|
|
|
// 构造保存参数数组
|
|
// 构造保存参数数组
|
|
|
const saveParamsArray = [
|
|
const saveParamsArray = [
|
|
|
{
|
|
{
|
|
|
- timePeriod: row.timePeriod.replace(/:/g, ""), // 移除时间中的冒号
|
|
|
|
|
operationServiceFee: parseFloat(editingValue.value),
|
|
operationServiceFee: parseFloat(editingValue.value),
|
|
|
stationInfoId: formData.stationId,
|
|
stationInfoId: formData.stationId,
|
|
|
salesType: formData.salesType,
|
|
salesType: formData.salesType,
|
|
@@ -1138,7 +1137,6 @@ const handleUniformFeeSetting = async (uniformFee: string) => {
|
|
|
|
|
|
|
|
// 构造保存参数数组
|
|
// 构造保存参数数组
|
|
|
const saveParamsArray = serviceFeeData.value.map((row: any) => ({
|
|
const saveParamsArray = serviceFeeData.value.map((row: any) => ({
|
|
|
- timePeriod: row.timePeriod.replace(/:/g, ""), // 移除时间中的冒号
|
|
|
|
|
operationServiceFee: feeValue,
|
|
operationServiceFee: feeValue,
|
|
|
stationInfoId: formData.stationId,
|
|
stationInfoId: formData.stationId,
|
|
|
salesType: formData.salesType,
|
|
salesType: formData.salesType,
|