中扬CRM客户关系管理系统
LSH
2023-10-09 26ebf71529e5ee4f70c4ad3ed52ea5e59c1b46e5
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',