中扬CRM客户关系管理系统
LSH
2023-10-07 98fc24d02c9c6f951ac4afe956a07984526637df
#出差相关
1个文件已修改
4 ■■■■ 已修改文件
src/main/webapp/static/js/order/order.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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',