From 26ebf71529e5ee4f70c4ad3ed52ea5e59c1b46e5 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期一, 09 十月 2023 14:02:30 +0800 Subject: [PATCH] #核价相关 --- src/main/webapp/static/js/order/order.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index 0a44d44..1a2ec37 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -376,7 +376,7 @@ } /* 寮圭獥 - 鍏跺畠鍑哄樊 */ - function businessOther(mData) { + function businessOther(orderId) { admin.open({ type: 1, area: '1500px', @@ -390,7 +390,7 @@ data.field.orderId=orderId console.log(orderId) $.ajax({ - url: baseUrl+"/businessTripOther/order/add/auth", + url: baseUrl+"/businessTripOther/add/auth", headers: {'token': localStorage.getItem('token')}, data: data.field, method: 'POST', -- Gitblit v1.9.1