1638 lines
174 KiB
HTML
1638 lines
174 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en" xmlns="http://www.w3.org/1999/html">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
|
||
<link rel="stylesheet" href="/css/@default/../admin/bootstrap.min.css?ver=2025082801">
|
||
<link rel="stylesheet" type="text/css" href="/css/@default/common.css?ver=2025082801" media="all"/>
|
||
<link rel="stylesheet" type="text/css" href="/css/@default/form.css?ver=2025082801" media="all"/>
|
||
<link rel="stylesheet" type="text/css" href="/css/@default/table.css?ver=2025082801" media="all"/>
|
||
<link rel="stylesheet" type="text/css" href="/css/@default/button.css?ver=2025082801" media="all"/>
|
||
<link rel="stylesheet" type="text/css" href="/css/@private/style.css?ver=2025082801" media="all"/>
|
||
<title>H1车店—国内最大的微信公众服务平台</title><script type="text/javascript">var yyuc_jspath = "/@system/";</script><script type="text/javascript" src="/@system/js/jquery.js"></script><script type="text/javascript" src="/@system/js/yyucadapter.js?ver=2025082801""></script><script type="text/javascript">App = {"MODULE": "Billings", "CONTROLLER": "Lists", "CTRL": "Lists", "ACTION": "", "ACT_ADD": "add", "ACT_EDT": "edt", "ACT_DEL": "del", "AUTH_CODE": "Billings/Lists", "SITE": "https://scrm.h1cd.com/", "PAGE": "lists.html", "URL": "https://scrm.h1cd.com/admin/billings/lists.html", "REQUEST_URL": "admin/billings/lists.html", "URL_SUFFIX": ".html"}</script><script type="text/javascript" src="/@system/dialog/weui.js"></script><link rel="stylesheet" href="/@system/dialog/weui.css" /><script>if (top === self) { window.location.href = '/admin/main.html';}</script><script> var SCRM_TOKEN = "5596a1c3cefe922da3cfd3244c02133a"; if (top !== self && SCRM_TOKEN !== top.SCRM_TOKEN) { top.location.href = "/logout.html"; }</script>
|
||
<link rel="shortcut icon" href="/favicon.ico"/>
|
||
<style>
|
||
@media screen and (max-width: 1500px) {
|
||
.order_item_2 { width: 20px; min-width: 20px; }
|
||
.order_item_5 { width: 66px; min-width: 66px; }
|
||
.order_item_8 { width: 60px !important; min-width: 60px; }
|
||
.order_item_10, .order_item_11, .order_item_15 { width: 70px; min-width: 70px; }
|
||
}
|
||
.table tbody tr .link a{ padding: 0 2px}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="content-title"><h3>开单列表</h3></div>
|
||
<div id="main">
|
||
<div class="container-fluid">
|
||
<div class="panel">
|
||
<div class="panel-heading">
|
||
<form id="searchForm" class="form-inline va" action="Lists.html">
|
||
<span>门店名称:</span>
|
||
<select data-storeid='13185' data-default_store_id="13186" name='storeId' id='_storeSelectId' style="width: 157px;" ><option data-store_id='0' value='0'>请选择</option><option value='13186' data-store_id='13186' >佳上汽修</option></select> <script>
|
||
$(function () {
|
||
if($('#_storeSelectId option').length == 1){
|
||
var storeId = $('#_storeSelectId').val();
|
||
$('._storeDefaultOption' + storeId).show();
|
||
}
|
||
|
||
$('#_storeSelectId').change(storeChanged);
|
||
|
||
function storeChanged() {
|
||
var storeId = $('#_storeSelectId').find("option:selected").data('store_id') || $('#_storeSelectId').data('default_store_id') || $('._storeStaffDefault').data('default_store_id') || $('._carCheckDefault').data(' ');
|
||
|
||
$('._storeDeptDefault').each(function () {
|
||
var departments = $(this).data('depts');
|
||
var departmentOptionHtml = "<option value=''>请选择</option>";
|
||
for (var i in departments) {
|
||
i = parseInt(i);
|
||
if (departments[i]['store_id'] == storeId) {
|
||
departmentOptionHtml += "<option value='" + departments[i]['id'] + "' " + (departments[i]['id'] == $(this).data('dept_id') ? "selected" : '') + ">" + departments[i]['name'] + "</option>";
|
||
}
|
||
}
|
||
$(this).html(departmentOptionHtml);
|
||
});
|
||
|
||
$('._carCheckDefault').each(function () {
|
||
var carCheck = $(this).data('depts');
|
||
var carCheckOptionHtml = "<option value=''>请选择</option>";
|
||
for (var i in carCheck) {
|
||
i = parseInt(i);
|
||
if (carCheck[i]['store_id'] == storeId) {
|
||
carCheckOptionHtml += "<option value='" + carCheck[i]['report_name'] + "' " + (carCheck[i]['report_name'] == $(this).data('dept_name') ? "selected" : '') + ">" + carCheck[i]['report_name'] + "</option>";
|
||
}
|
||
}
|
||
$(this).html(carCheckOptionHtml);
|
||
});
|
||
|
||
$('._storeStaffDefault').each(function () {
|
||
var staffs = $(this).data('staffs');
|
||
var staffOptionHtml = "<option value=''>请选择</option>";
|
||
for (var i in staffs) {
|
||
i = parseInt(i);
|
||
if (staffs[i]['lbsid'] != storeId) {
|
||
continue;
|
||
}
|
||
|
||
if (staffs[i]['dept_name'] && (i <= 0 || staffs[i]['dept_name'] + staffs[i]['dept_id'] != staffs[i - 1]['dept_name'] + staffs[i - 1]['dept_id'])) {
|
||
staffOptionHtml += "<optgroup class='_storeDefaultOption" + staffs[i]['store_id'] + "' label = '" + staffs[i]['dept_name'] + "' >";
|
||
}
|
||
staffOptionHtml += "<option value='" + staffs[i]['id'] + "' " + (staffs[i]['id'] == $(this).data('staffid') ? "selected" : '') + ">" + staffs[i]['name'] + "</option>";
|
||
if (staffs[i]['dept_name'] && (i >= (staffs.length - 1) || staffs[i]['dept_name'] + staffs[i]['dept_id'] != staffs[i + 1]['dept_name'] + staffs[i + 1]['dept_id'])) {
|
||
staffOptionHtml += "</optgroup>";
|
||
}
|
||
}
|
||
$(this).html(staffOptionHtml);
|
||
});
|
||
}
|
||
|
||
storeChanged();
|
||
})
|
||
</script>
|
||
工单类型:
|
||
<select name="type" style="width: 60px;">
|
||
<option value="">请选择</option>
|
||
<option value="1" >维修</option>
|
||
<option value="3" >美容</option>
|
||
<option value="7" >代办</option>
|
||
<option value="4" >精品</option>
|
||
<option value="10002" >钣喷</option>
|
||
<option value="10001" >违章/年审/保险</option>
|
||
<option value="10003" >轮胎</option>
|
||
<option value="10000" >维修保养</option>
|
||
</select>
|
||
<span>接车人:</span>
|
||
<select data-staffid='' data-default_store_id='13186' name='receive_by' style="width: 60px;" class="_storeStaffDefault" data-staffs='[{"store_id":"13186","dept_id":"7561","is_init":"1","lbsid":"13186","id":"30456","name":"\u7ba1\u7406\u5458","dept_name":"\u9ed8\u8ba4\u90e8\u95e8","is_system":"0"},{"store_id":"13186","dept_id":"7935","is_init":"0","lbsid":"13186","id":"31375","name":"\u5218\u78ca","dept_name":"\u603b\u7ecf\u529e","is_system":"0"}]'></select> 是否出库:
|
||
<select name="is_out" style="width: 60px;">
|
||
<option value="">请选择</option>
|
||
<option value="0" >未出库</option>
|
||
<option value="1" >已出库</option>
|
||
</select>
|
||
是否完工:
|
||
<select name="is_end" style="width: 60px;">
|
||
<option value="">请选择</option>
|
||
<option value="0" >未完工</option>
|
||
<option value="1" >已完工</option>
|
||
</select>
|
||
<br/><br/>
|
||
<label>开单日期: <input type="text" name="timeStart" style="width: 64px !important;" value="2026-02-01" placeholder="起始日期" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd'})"> - <input type="text" name="timeEnd" style="width: 64px !important;" value="" placeholder="结束日期" onfocus="WdatePicker({ dateFmt:'yyyy-MM-dd'})"></label>
|
||
<label>工单信息: <input class="input_medium" type="text" name="search" value="" placeholder="手机号/车牌号/姓名/工单号/钥匙号/工单内容/开单备注" style="width: 344px !important;"></label>
|
||
<input type="submit" class="btn btn-primary" value="查询" onclick="this.disabled = true; document.getElementById('searchForm').submit();" style="width: 91px;">
|
||
<input onclick="endNotify()" type="button" class="btn btn-primary" value="完工通知" style="width: 91px;">
|
||
<input type="button" onclick="exportOrders(this)" class="btn btn-primary tips" value="导出Excel" style="width: 92px;">
|
||
<!--Tab栏-->
|
||
<div class="row-fluid dataTables_wrapper mt10 ">
|
||
<input type="hidden" name="status" value="0" />
|
||
<ul id="navtable" class="nav nav-tabs mb10">
|
||
<li>
|
||
<a href="javascript:;" onclick="changesubmit(0)" style="background-color:#16946c;color:#fff" >全部</a>
|
||
</li>
|
||
<li>
|
||
<a href="javascript:;" onclick="changesubmit(1)" >未结算</a>
|
||
</li>
|
||
<li>
|
||
<a href="javascript:;" onclick="changesubmit(3)" >已结算</a>
|
||
</li>
|
||
<li class="ml20">
|
||
<a href="javascript:;" onclick="changesubmit(4)" >挂账中</a>
|
||
</li>
|
||
<li>
|
||
<a href="javascript:;" onclick="order.setDisplayContent()" style="background-color:transparent;color:#19a97b;" >定制工单显示内容</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<!--Tab栏-->
|
||
</form>
|
||
</div>
|
||
<div class="panel-body list">
|
||
<div class="table-responsive">
|
||
<div id="Scroll">
|
||
<table class="table" style="table-layout: fixed;"><!--table-layout: fixed;-->
|
||
<tr class="tabTh">
|
||
<th class="head_th"><input type="checkbox" class="checkbox" onclick="selectAll(this);"/></th>
|
||
<th class="head_th">序号</th>
|
||
<th class="fixed-width-120">工单号</th>
|
||
<th class="fixed-width-150">工单内容</th>
|
||
<th class="fixed-width-100">车辆信息</th>
|
||
<th class="fixed-width-100">车主信息</th>
|
||
<th class="fixed-width">工单金额</th>
|
||
<th class="fixed-width-120">开单时间</th>
|
||
<th class="fixed-width-120">接车人</th>
|
||
<th class="fixed-width-120">施工人员</th>
|
||
<th class="fixed-width-120">销售人员</th>
|
||
<th class="fixed-width-120">预收款</th>
|
||
<th class="fixed-width-120">开单备注</th>
|
||
<th class="fixed-width-120">结算信息</th>
|
||
<th class="fixed-width-120">预计交车时间</th>
|
||
<th class="fixed-width-120">车架号</th>
|
||
<th class="fixed-width-120">进厂公里</th>
|
||
<th class="fixed-width-120">下次保养公里</th>
|
||
<th class="fixed-width-120">下次保养时间</th>
|
||
<th class="fixed-width">是否出库</th>
|
||
<th class="fixed-width">是否完工</th>
|
||
<th class="fixed-width">状态</th>
|
||
<th class="fixed-width-150">操作</th>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="542991" disabled/></td>
|
||
<td class="table-center order_item_2">1</td>
|
||
<td>
|
||
<a href="detail.html?id=542991&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260316093840493993</a>
|
||
<br>
|
||
<span style="color: #999">维修</span>
|
||
</td>
|
||
<td>工时费用<br/>发动机电脑(93604396114)*1<br/>前氧传感器(80539026745)*1<br/>爆震传感器(24856061159)*1<br/>前刹车盘(73051047115)*2<br/>...</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_1_30.png" alt="" >
|
||
冀FJU026</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥1715.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-16 09:38:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/<br/>/<br/>... </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/<br/>/<br/>... </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-03-16 13:58:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-16 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LFV2A11K1D4227376 </td>
|
||
<td class="table-center fixed-width-100">
|
||
69360 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=542991&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="542991" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="5" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="542991" data-out="1" data-end="2" data-type="1" data-num="5">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="541556" disabled/></td>
|
||
<td class="table-center order_item_2">2</td>
|
||
<td>
|
||
<a href="detail.html?id=541556&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260310145350684111</a>
|
||
<br>
|
||
<span style="color: #999">维修保养</span>
|
||
</td>
|
||
<td>银卫士(02833659118)*1<br/>银卫士(02908894778)*1<br/>空气滤芯(85629599110)*1<br/>空调滤芯(25725161114)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_68_30.png" alt="" >
|
||
冀C2A316</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥410.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-10 14:53:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-03-10 14:54:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-10 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LL66HBB07LB049910 </td>
|
||
<td class="table-center fixed-width-100">
|
||
50000 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=541556&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="541556" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="4" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="541556" data-out="1" data-end="2" data-type="1" data-num="4">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="540279" disabled/></td>
|
||
<td class="table-center order_item_2">3</td>
|
||
<td>
|
||
<a href="detail.html?id=540279&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260305175634044013</a>
|
||
<br>
|
||
<span style="color: #999">维修保养</span>
|
||
</td>
|
||
<td>海湾顺途5W-30(34726637139)*4</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_181_30.png" alt="" >
|
||
黑A38MW8</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥480.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-05 17:56:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-03-05 17:56:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-05 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LGWEF4A59LF445478 </td>
|
||
<td class="table-center fixed-width-100">
|
||
108157 </td>
|
||
<td class="table-center fixed-width-100">
|
||
76504 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2025-01-25 </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=540279&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="540279" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="1" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="540279" data-out="1" data-end="2" data-type="1" data-num="1">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="539616" disabled/></td>
|
||
<td class="table-center order_item_2">4</td>
|
||
<td>
|
||
<a href="detail.html?id=539616&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260303180045083511</a>
|
||
<br>
|
||
<span style="color: #999">维修保养</span>
|
||
</td>
|
||
<td>海湾顺途5W-30(34726637139)*6<br/>宝马防冻液(10939859114)*3<br/>水泵(55957893012)*1<br/>机滤底座(75754931210)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_15_30.png" alt="" >
|
||
冀C06B99</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥3450.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-03 17:57:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-03-03 18:22:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-03 </td>
|
||
<td class="table-center fixed-width-100">
|
||
WBA1S1102H5H21275 </td>
|
||
<td class="table-center fixed-width-100">
|
||
55206 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=539616&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="539616" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="4" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="539616" data-out="1" data-end="2" data-type="1" data-num="4">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="539229" disabled/></td>
|
||
<td class="table-center order_item_2">5</td>
|
||
<td>
|
||
<a href="detail.html?id=539229&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260302102721554534</a>
|
||
<br>
|
||
<span style="color: #999">维修保养</span>
|
||
</td>
|
||
<td>银卫士(02833659118)*1<br/>空调滤芯(25725161114)*1<br/>空气滤芯(85629599110)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_68_30.png" alt="" >
|
||
冀C58K00</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥340.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-02 10:27:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-03-02 10:27:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-02 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LL66HAB05HB10R622 </td>
|
||
<td class="table-center fixed-width-100">
|
||
71517 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=539229&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="539229" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="3" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="539229" data-out="1" data-end="2" data-type="1" data-num="3">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="538980" disabled/></td>
|
||
<td class="table-center order_item_2">6</td>
|
||
<td>
|
||
<a href="detail.html?id=538980&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260301150951467110</a>
|
||
<br>
|
||
<span style="color: #999">维修保养</span>
|
||
</td>
|
||
<td>海湾机油畅途5W--40(20033607119)*1<br/>海湾畅途5w40(15309074915)*1<br/>空调滤芯(25725161114)*1<br/>机滤(21350251010)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_1_30.png" alt="" >
|
||
冀C44636</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥560.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-01 15:09:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-03-02 10:27:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-01 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LFV3A23C8F3408466 </td>
|
||
<td class="table-center fixed-width-100">
|
||
112500 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=538980&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="538980" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="4" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="538980" data-out="1" data-end="2" data-type="1" data-num="4">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="538880" disabled/></td>
|
||
<td class="table-center order_item_2">7</td>
|
||
<td>
|
||
<a href="detail.html?id=538880&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260301104550025445</a>
|
||
<br>
|
||
<span style="color: #999">维修保养</span>
|
||
</td>
|
||
<td>海湾机油畅途5W--40(20033607119)*1<br/>空气滤芯(85629599110)*1<br/>空滤(21414891111)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_1_30.png" alt="" >
|
||
冀CJW771</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥450.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-01 10:45:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-03-01 10:46:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-03-01 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LSVFB618XF2178018 </td>
|
||
<td class="table-center fixed-width-100">
|
||
131055 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=538880&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="538880" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="3" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="538880" data-out="1" data-end="2" data-type="1" data-num="3">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="538554" disabled/></td>
|
||
<td class="table-center order_item_2">8</td>
|
||
<td>
|
||
<a href="detail.html?id=538554&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260228134300142296</a>
|
||
<br>
|
||
<span style="color: #999">维修</span>
|
||
</td>
|
||
<td>工时费用<br/>节气门清洗<br/>电子水泵(43919706117)*1<br/>散热器密封垫(34113622131)*1<br/>机滤底座密封垫(34133684191)*1<br/>...</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_33_30.png" alt="" >
|
||
津MAB658</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥1915.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-28 13:42:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/<br/>/<br/>... </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/<br/>/<br/>... </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-03-02 10:27:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-28 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LFV3A24G5K3004813 </td>
|
||
<td class="table-center fixed-width-100">
|
||
321058 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=538554&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="538554" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="5" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="538554" data-out="1" data-end="2" data-type="1" data-num="5">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="538184" disabled/></td>
|
||
<td class="table-center order_item_2">9</td>
|
||
<td>
|
||
<a href="detail.html?id=538184&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260227153516533112</a>
|
||
<br>
|
||
<span style="color: #999">维修保养</span>
|
||
</td>
|
||
<td>四轮动平衡<br/>海湾0w20(73347411962)*1<br/>空气滤芯(85629599110)*1<br/>空调滤芯(25725161114)*1<br/>车院士防冻液小桶(84816968902)*1<br/>...</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_76_30.png" alt="" >
|
||
冀CWT850</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥550.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-27 15:34:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/<br/>/<br/>... </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/<br/>/<br/>... </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-02-27 15:35:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-27 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LS5A3DKE2LA710489 </td>
|
||
<td class="table-center fixed-width-100">
|
||
66167 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=538184&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="538184" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="5" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="538184" data-out="1" data-end="2" data-type="1" data-num="5">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="537139" disabled/></td>
|
||
<td class="table-center order_item_2">10</td>
|
||
<td>
|
||
<a href="detail.html?id=537139&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260224151100030124</a>
|
||
<br>
|
||
<span style="color: #999">维修保养</span>
|
||
</td>
|
||
<td>海湾顺途4L 5-40W(70935891128)*1<br/>海湾顺途(5-40)*2<br/>空滤(21414891111)*1<br/>空调滤原厂(70429325154)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_1_30.png" alt="" >
|
||
冀CT6T96</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥860.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-24 15:09:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-02-24 15:14:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-24 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LFV3A23CXJ3053034 </td>
|
||
<td class="table-center fixed-width-100">
|
||
90393 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=537139&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="537139" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="4" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="537139" data-out="1" data-end="2" data-type="1" data-num="4">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="536807" disabled/></td>
|
||
<td class="table-center order_item_2">11</td>
|
||
<td>
|
||
<a href="detail.html?id=536807&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260222175152512360</a>
|
||
<br>
|
||
<span style="color: #999">维修</span>
|
||
</td>
|
||
<td>工时费用<br/>水箱(53030582914)*1<br/>车院士防冻液(84720526872)*2</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_396_30.png" alt="" >
|
||
鲁K132J1</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥930.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-22 17:51:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-02-22 17:52:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-22 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LZWAUAGA2LG256212 </td>
|
||
<td class="table-center fixed-width-100">
|
||
38359 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=536807&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="536807" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="2" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="536807" data-out="1" data-end="2" data-type="1" data-num="2">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="536245" disabled/></td>
|
||
<td class="table-center order_item_2">12</td>
|
||
<td>
|
||
<a href="detail.html?id=536245&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260213183149346714</a>
|
||
<br>
|
||
<span style="color: #999">维修</span>
|
||
</td>
|
||
<td>发电机(31527113164)*1<br/>发电机皮带(83130605528)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_62_30.png" alt="" >
|
||
黑A52E1M</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥1380.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-13 18:31:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-02-13 18:32:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-13 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LJDKAA249H0232263 </td>
|
||
<td class="table-center fixed-width-100">
|
||
90000 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=536245&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="536245" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="2" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="536245" data-out="1" data-end="2" data-type="1" data-num="2">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="535579" disabled/></td>
|
||
<td class="table-center order_item_2">13</td>
|
||
<td>
|
||
<a href="detail.html?id=535579&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260211205756572104</a>
|
||
<br>
|
||
<span style="color: #999">维修</span>
|
||
</td>
|
||
<td>工时费用<br/>离合器分泵(34817286523)*1<br/>压盘片(53158119465)*1<br/>刹车油(12359842156)*2<br/>后刹车片(05353078109)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_63_30.png" alt="" >
|
||
辽CJX728</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥1790.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-11 20:57:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-02-13 18:31:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-11 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LGBH52E26GY011177 </td>
|
||
<td class="table-center fixed-width-100">
|
||
144711 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=535579&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="535579" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="4" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="535579" data-out="1" data-end="2" data-type="1" data-num="4">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="534767" disabled/></td>
|
||
<td class="table-center order_item_2">14</td>
|
||
<td>
|
||
<a href="detail.html?id=534767&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260209143558967455</a>
|
||
<br>
|
||
<span style="color: #999">维修</span>
|
||
</td>
|
||
<td>点火开关(43536533127)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_67_30.png" alt="" >
|
||
冀C1Y810</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥160.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-09 14:35:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-02-09 14:36:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-09 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LSV2G60Z4KN034810 </td>
|
||
<td class="table-center fixed-width-100">
|
||
75336 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=534767&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="534767" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="1" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="534767" data-out="1" data-end="2" data-type="1" data-num="1">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="534743" disabled/></td>
|
||
<td class="table-center order_item_2">15</td>
|
||
<td>
|
||
<a href="detail.html?id=534743&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260209133451163014</a>
|
||
<br>
|
||
<span style="color: #999">维修保养</span>
|
||
</td>
|
||
<td>车院士抗磨保(41950068128)*1<br/>暖风水管(93403176144)*2<br/>空气滤芯(85629599110)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_67_30.png" alt="" >
|
||
蒙B559X8</td>
|
||
<td>
|
||
陶伟 <br>18611736363 </td>
|
||
<td class="money_p order_item_8">
|
||
¥380.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-09 13:34:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-02-13 18:32:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-09 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LSVNY41Z4B2722028 </td>
|
||
<td class="table-center fixed-width-100">
|
||
142616 </td>
|
||
<td class="table-center fixed-width-100">
|
||
131528 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2024-05-26 </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=534743&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="534743" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="3" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="534743" data-out="1" data-end="2" data-type="1" data-num="3">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="534464" disabled/></td>
|
||
<td class="table-center order_item_2">16</td>
|
||
<td>
|
||
<a href="detail.html?id=534464&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260208172656325117</a>
|
||
<br>
|
||
<span style="color: #999">维修</span>
|
||
</td>
|
||
<td>车院士防冻液小桶(84816968902)*1<br/>车院士防冻液(84720526872)*1<br/>正时一套(91556119323)*1<br/>空调滤芯(25725161114)*1<br/>空气滤芯(85629599110)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_1_30.png" alt="" >
|
||
冀CTL387</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥940.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-08 17:26:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-02-13 18:32:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-08 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LFV2A21KXF4234500 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=534464&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="534464" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="5" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="534464" data-out="1" data-end="2" data-type="1" data-num="5">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="534326" disabled/></td>
|
||
<td class="table-center order_item_2">17</td>
|
||
<td>
|
||
<a href="detail.html?id=534326&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260208134529403010</a>
|
||
<br>
|
||
<span style="color: #999">维修</span>
|
||
</td>
|
||
<td>箭牌5-40(64612157125)*1<br/>空调滤芯(25725161114)*1<br/>空气滤芯(85629599110)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_122_30.png" alt="" >
|
||
冀CUK982</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥300.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-08 13:45:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-02-08 13:47:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-08 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LGB82AE44GS061745 </td>
|
||
<td class="table-center fixed-width-100">
|
||
180963 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=534326&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="534326" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="3" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="534326" data-out="1" data-end="2" data-type="1" data-num="3">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="533526" disabled/></td>
|
||
<td class="table-center order_item_2">18</td>
|
||
<td>
|
||
<a href="detail.html?id=533526&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260206144139666032</a>
|
||
<br>
|
||
<span style="color: #999">维修保养</span>
|
||
</td>
|
||
<td>海湾顺途(5W-40)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_58_30.png" alt="" >
|
||
冀CM5U90</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥480.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-06 14:41:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-02-06 14:41:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-06 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LFPM4ACC7D1A82605 </td>
|
||
<td class="table-center fixed-width-100">
|
||
145000 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=533526&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="533526" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="1" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="533526" data-out="1" data-end="2" data-type="1" data-num="1">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="533133" disabled/></td>
|
||
<td class="table-center order_item_2">19</td>
|
||
<td>
|
||
<a href="detail.html?id=533133&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260205110504604414</a>
|
||
<br>
|
||
<span style="color: #999">维修保养</span>
|
||
</td>
|
||
<td>车院士抗磨保(41950068128)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/b_114_30.png" alt="" >
|
||
冀C7Z039</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥160.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-05 11:04:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-02-05 11:05:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-05 </td>
|
||
<td class="table-center fixed-width-100">
|
||
LZWADAGA4KC636450 </td>
|
||
<td class="table-center fixed-width-100">
|
||
125000 </td>
|
||
<td class="table-center fixed-width-100">
|
||
76456 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2024-03-22 </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=533133&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="533133" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="1" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="533133" data-out="1" data-end="2" data-type="1" data-num="1">结算</a>
|
||
</td>
|
||
</tr>
|
||
<tr class="order_item">
|
||
<td class="head_th"><input type="checkbox" class="checkbox" data-id="532447" disabled/></td>
|
||
<td class="table-center order_item_2">20</td>
|
||
<td>
|
||
<a href="detail.html?id=532447&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0"> 260203102719285282</a>
|
||
<br>
|
||
<span style="color: #999">维修保养</span>
|
||
</td>
|
||
<td>车院士金卫士(15953062508)*1<br/>车院士金卫士1(75238097136)*1<br/>空滤(21414891111)*1<br/>空调滤芯(25725161114)*1</td>
|
||
<td class="order_item_5" style="min-width:100px;">
|
||
<img class="img brand-code" src="/res/brand/default.png" alt="" >
|
||
冀C3456Y</td>
|
||
<td>
|
||
匿名 <br> </td>
|
||
<td class="money_p order_item_8">
|
||
¥520.00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-03 10:26:00 </td>
|
||
<td class="table-center fixed-width-100">
|
||
管理员 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/<br/>/<br/>/<br/>/ </td>
|
||
<td class="t_align_right">¥0.00</td>
|
||
<td class="table-center fixed-width-100" style="word-break: break-all">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
<p>管理员</p>
|
||
<p>2026-02-03 10:27:00</p>
|
||
</td>
|
||
<td class="table-center fixed-width-100">
|
||
2026-02-03 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
95000 </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center fixed-width-100">
|
||
/ </td>
|
||
<td class="table-center">已出库</td>
|
||
<td class="process table-center">已完工</td>
|
||
<td class="table-center">
|
||
<span >已结算</span>
|
||
</td>
|
||
<td class="link table-center order_item_15 fixed-width-150" >
|
||
<a href="detail.html?id=532447&refer=https%3A%2F%2Fscrm.h1cd.com%2Fadmin%2Fbillings%2FLists.html%3FstoreId%3D0%26type%3D%26receive_by%3D%26is_out%3D%26is_end%3D%26timeStart%3D2026-02-01%26timeEnd%3D%26search%3D%26status%3D0">详情</a>
|
||
<a class="work_edit font-gray" href="javascript:;" onclick="" data-id="532447" data-url="javascript:void(0);">编辑</a>
|
||
<a class="work_end font-gray" href="javascript:void(0);" onclick="" data-out="1" data-num="4" data-store="13186">完工</a>
|
||
<a class="font-gray _settle" href="javascript:void(0);" onclick="" data-id="532447" data-out="1" data-end="2" data-type="1" data-num="4">结算</a>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<div class="dataTables_paginate paging_full_numbers mt10 mr10"><span><span class="paginate_non page-number">共 22 条记录,页 1/2 </span>
|
||
<span class="paginate_non prev-page">首页</span>
|
||
<span class="paginate_non prev-page">上一页</span>
|
||
<a class="paginate_active">1</a><a href="/admin/billings/Lists_2.html?storeId=0&type=&receive_by=&is_out=&is_end=&timeStart=2026-02-01&timeEnd=&search=&status=0">2</a> <a href="/admin/billings/Lists_2.html?storeId=0&type=&receive_by=&is_out=&is_end=&timeStart=2026-02-01&timeEnd=&search=&status=0">下一页</a>
|
||
<a href="/admin/billings/Lists_2.html?storeId=0&type=&receive_by=&is_out=&is_end=&timeStart=2026-02-01&timeEnd=&search=&status=0">末页</a>
|
||
</span></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<form id="endDialog" method="post" style="display: none">
|
||
<div id="content" style="margin: 30px auto; text-align: center; font-size: 14px;">是否确认完工</div>
|
||
<div style="text-align: center;">
|
||
<label style="cursor: pointer;" class="inline-element"><input type="checkbox" name="sms" value="1" checked/>短信通知</label>
|
||
<label style="cursor: pointer;" class="inline-element"><input type="checkbox" name="wx" value="1" checked/>微信通知</label>
|
||
<span class="gray ml15 db mt10" id="messageFee">
|
||
<span style="color:red;">短信余额不足</span>,无法发送短信通知, <a href="javascript:;" onclick="openNewUrl()" style="color: #16946c;">点此充值</a>
|
||
</span>
|
||
<span class="gray ml15 db mt10">(微信通知车主须关注公众号并绑定)</span>
|
||
</div>
|
||
<input type="hidden" name="order_id" value="0"/>
|
||
</form>
|
||
<form id="settleDialog" method="post" style="display: none">
|
||
<p class="alert alert-info">勾选完成,立即可定制工单显示内容</p>
|
||
<p class="title-border mt20">开单与结算信息</p>
|
||
<div class="control-group mt20">
|
||
<div class="ptBox">
|
||
<label class="inline-element mr14 ml15"><input type="checkbox" name="1|created_at" value="1" />开单时间</label>
|
||
<label style="margin-right: 28px" class="inline-element ml15"><input type="checkbox" name="1|receive_by" value="1" />接车人</label>
|
||
|
||
|
||
<label class="inline-element mr14"><input type="checkbox" name="1|operator" value="1" />施工人员</label>
|
||
<label class="inline-element mr14 ml15"><input type="checkbox" name="1|retailer" value="1" />销售人员</label>
|
||
<label style="margin-right: 52px" class="inline-element ml15"><input type="checkbox" name="1|preget_price" value="1" />预收款</label>
|
||
|
||
<label class="inline-element mr14"><input type="checkbox" name="1|remark" value="1" />开单备注</label>
|
||
<label class="inline-element mr14 ml15"><input type="checkbox" name="1|settle_info" value="1" />结算信息</label>
|
||
|
||
<label class="inline-element mr14" style="margin-left: 16px"><input type="checkbox" name="1|deliver_time" value="1" />预计交车时间</label>
|
||
</div>
|
||
</div>
|
||
<p class="title-border">车辆信息</p>
|
||
<div class="control-group">
|
||
<div class="ptBox">
|
||
|
||
<label class="inline-element mr14 ml15"><input type="checkbox" name="2|chejia" value="1" />车架号</label>
|
||
<label class="inline-element mr14 ml15"><input type="checkbox" name="2|carkilometre" value="1" />进厂公里</label>
|
||
<label class="inline-element mr14 ml15"><input type="checkbox" name="2|next_bylong" value="1" />下次保养公里</label>
|
||
<label class="inline-element mr14" style="margin-left: -10px"><input type="checkbox" name="2|next_bytime" value="1" />下次保养时间</label>
|
||
</div>
|
||
</div>
|
||
</form>
|
||
<script src="/js/common/common.js?ver=2025082801"></script>
|
||
</body>
|
||
<script src="/@system/datePicker/WdatePicker.js?ver=2025082801"></script>
|
||
<script type="text/javascript" src="/js/layer/layer.js?ver=2025082801"></script>
|
||
<script type="text/javascript" src="/js/admin/jquery-migrate-1.2.1.js?ver=2025082801"></script>
|
||
<script>
|
||
/**
|
||
* 收银弹窗
|
||
* @param id
|
||
*/
|
||
function cash(id) {
|
||
layer.open({
|
||
type: 2,
|
||
title: '收银',
|
||
shade: 0.3,
|
||
scrollbar: false,
|
||
area: ['800px', '460px'],
|
||
content: 'cash.html?id=' + id
|
||
});
|
||
}
|
||
</script>
|
||
<script>
|
||
function direct () {
|
||
var arr = [];
|
||
arr['title'] = '下载中心';
|
||
arr['href'] = '/admin/Help/DownloadCenter.html';
|
||
parent.main.openTab(arr);
|
||
}
|
||
$(function () {
|
||
if ('lists' === 'lists') {
|
||
if (parent.tab.getCurrentIFrame().attr('src').toLocaleLowerCase()
|
||
=== "Billings/Lists.html".toLocaleLowerCase()) {
|
||
top.tab.setTitle('开单管理');
|
||
}
|
||
order.getAllSet();
|
||
}
|
||
});
|
||
|
||
var order = {
|
||
setDisplayContent:function () {
|
||
layer.open({
|
||
skin: 'ycf',
|
||
type: 1,
|
||
title: '定制工单显示内容',
|
||
area: ['530px', '380px'],
|
||
content: $('#settleDialog'),
|
||
btn: ['确定', '取消'],
|
||
yes: function(index){
|
||
order.getEdtSet();
|
||
layer.close(index);
|
||
}
|
||
});
|
||
},
|
||
getEdtSet: function () {
|
||
var edtArr = []; // 存储修改的数据
|
||
$('#settleDialog').find('input[type="checkbox" ]').each(function(){
|
||
var _thisVal = $(this).is(':checked') ? 1 : 0;
|
||
if ($(this).data('isshown') != _thisVal ) {
|
||
var param = $(this).attr('name') + '-' + _thisVal;
|
||
edtArr.push(param);
|
||
}
|
||
});
|
||
if (edtArr.length) {
|
||
order.edtArrSet(edtArr);
|
||
} else {
|
||
layer.msg('请勾选要修改的数据');
|
||
}
|
||
},
|
||
edtArrSet: function (data) {
|
||
$.post('Lists-saveBillingSet.html', { data: data }, function(rs) {
|
||
if (rs.error === 0) {
|
||
layer.msg('操作成功');
|
||
setTimeout(function () {
|
||
window.location.reload();
|
||
}, 1500);
|
||
// $('#table-s').css('width','2500px')
|
||
} else {
|
||
layer.msg('保存失败,请重试');
|
||
}
|
||
});
|
||
},
|
||
getAllSet:function () {
|
||
$.get('Lists-getBillingSet.html', { action: ""}, function (data) {
|
||
order.fillData(data);
|
||
});
|
||
},
|
||
fillData: function (data) {
|
||
var json = data;
|
||
var _this = '';
|
||
$(json).each(function (i) {
|
||
_this = $('input:checkbox[name="' + json[i].key + '"]');
|
||
if (json[i].value.is_shown == 0) {
|
||
_this.attr('data-isshown', 0);
|
||
_this.prop('checked', false);
|
||
} else {
|
||
_this.attr('data-isshown', 1);
|
||
_this.prop('checked', true);
|
||
}
|
||
});
|
||
},
|
||
};
|
||
function selectAll(dom) {
|
||
if ($(dom).is(':checked')) {
|
||
$('input:checkbox').prop('checked', true);
|
||
$('input:checkbox:disabled').prop('checked', false);
|
||
} else {
|
||
$('input:checkbox').prop('checked', false);
|
||
}
|
||
}
|
||
|
||
function openNewUrl() {
|
||
var url = '/admin/userCenter/messageFee.html?storeId=' + $("#messageFee").data('store');
|
||
var arr = [];
|
||
arr['title'] = '短信充值';
|
||
arr['href'] = url;
|
||
top.main.openTab(arr);
|
||
}
|
||
function endNotify(orderId, obj) {
|
||
if (orderId) {
|
||
var outOn = parseInt("0"), completionFlowOn = parseInt("0");
|
||
if (outOn && completionFlowOn) {
|
||
var isOut = $(obj).data('out');
|
||
var productNum = $(obj).data('num');
|
||
if (productNum && !parseInt(isOut)) {
|
||
layer.msg('该单还未出库');
|
||
return false;
|
||
}
|
||
}
|
||
$("#messageFee").data('store', '');
|
||
// 需要检查短信是否还有,如果没有话就提示
|
||
$.post('/admin/userCenter/messageFee-getMessageRemain.html', { 'storeId' : $(obj).data('store') }, function(data){
|
||
if(data.error == 0 && data.data.amount < 1){
|
||
$("#messageFee").show();
|
||
}else{
|
||
$("#messageFee").hide();
|
||
}
|
||
$("#messageFee").data('store', $(obj).data('store'));
|
||
$('#endDialog').attr('action', 'main-end' + App.URL_SUFFIX);
|
||
$('input[name="order_id"]').val(orderId);
|
||
$('#content').text('是否确认完工');
|
||
layer.open({
|
||
skin: 'ycf',
|
||
type: 1,
|
||
title: '完工通知',
|
||
area: ['400px', '240px'],
|
||
content: $('#endDialog'),
|
||
btn: ['完工', '取消'],
|
||
yes: function(index){
|
||
wordEnd(obj);
|
||
layer.close(index);
|
||
}
|
||
});
|
||
|
||
});
|
||
|
||
} else {
|
||
$("#messageFee").hide();
|
||
if ($("td input:checkbox:checked").length) {
|
||
$('#content').text('确定该' + $("td input:checkbox:checked").length + '项单据已完工?');
|
||
layer.open({
|
||
skin: 'ycf',
|
||
type: 1,
|
||
title: '批量完工通知',
|
||
area: ['400px', '240px'],
|
||
content: $('#endDialog'),
|
||
btn: ['确定', '取消'],
|
||
yes: function(index){
|
||
wordListEnd();
|
||
layer.close(index);
|
||
top.maskHide();
|
||
},
|
||
end:function () {
|
||
top.maskHide();
|
||
}
|
||
});
|
||
} else {
|
||
layer.msg('请先勾选单据再发送完工通知');
|
||
top.maskHide();
|
||
}
|
||
}
|
||
}
|
||
|
||
function wordListEnd() {
|
||
var count = $("td input:checkbox:checked").length;
|
||
$("td input:checkbox:checked").each(function (i) {
|
||
$('.list input:checkbox').prop('checked', false);
|
||
$(this).parents('tr').find('.work_end').addClass('font-gray').removeAttr('onclick');
|
||
$(this).parents('tr').find('.work_edit').addClass('font-gray').removeAttr('onclick');
|
||
$(this).parents('tr').find('.process').text('已完工');
|
||
$(this).parents('tr').find('td:last-child').find('._settle').data('end',1);
|
||
$(this).prop('disabled', true);
|
||
$('input[name="order_id"]').val($(this).data('id'));
|
||
$.post('main-end' + App.URL_SUFFIX, $('#endDialog').serialize()+'&type=2&count='+count+'&i='+i);
|
||
});
|
||
if ($("#endDialog input:checkbox:checked").length) {
|
||
layer.msg('已向勾选的客户发送完工通知');
|
||
} else {
|
||
layer.msg('操作成功');
|
||
}
|
||
}
|
||
|
||
function wordEnd(obj) {
|
||
if ($('input[name="order_id"]').val() > 0) {
|
||
$.post('main-end' + App.URL_SUFFIX, $('#endDialog').serialize(), function (data) {
|
||
if (data['error'] == 0) {
|
||
$(obj).addClass('font-gray').removeAttr('onclick');
|
||
$(obj).parents('td').find('.work_edit').addClass('font-gray').removeAttr('onclick');
|
||
$(obj).parents('tr').find('.process').text('已完工');
|
||
$(obj).parents('tr').find('.checkbox').prop('disabled', true);
|
||
$(obj).parents('td').find('._settle').data('end',1);
|
||
if ($("#endDialog input:checkbox:checked").length) {
|
||
layer.msg('已向客户发送完工通知');
|
||
} else {
|
||
layer.msg('操作成功');
|
||
}
|
||
}
|
||
});
|
||
} else {
|
||
wordListEnd();
|
||
}
|
||
}
|
||
|
||
function edit(dom) {
|
||
var id = $(dom).data('id');
|
||
window.location.href = $(dom).data('url');
|
||
}
|
||
|
||
var settleLayer;
|
||
function settlement(dom) {
|
||
var id = $(dom).data('id');
|
||
var isOut = parseInt($(dom).data('out'));
|
||
var productNum = $(dom).data('num');
|
||
var isEnd = parseInt($(dom).data('end'));
|
||
var type = parseInt($(dom).data('type'));
|
||
var outOn = parseInt("0");
|
||
var completionFlowOn = parseInt("0");
|
||
// 开启确认出库需先出完库在进行结算
|
||
if (type !== 4 && type !== 7 && outOn) {
|
||
if (completionFlowOn && !isEnd) {
|
||
layer.msg('该单还未完工');
|
||
return false;
|
||
}
|
||
|
||
if (productNum && !isOut) {
|
||
layer.msg('该单还未出库');
|
||
return false;
|
||
}
|
||
}
|
||
|
||
var url = "https://scrm.h1cd.com/admin/billings/settlement.html?id=" + id;
|
||
settleLayer = layer.open({
|
||
type: 2,
|
||
title: '结算收银',
|
||
shade: 0.3,
|
||
scrollbar: false,
|
||
area: ['800px', '500px'],
|
||
content: url,
|
||
end:function () {
|
||
top.maskHide();
|
||
}
|
||
});
|
||
}
|
||
|
||
function exportOrders(obj) {
|
||
$(obj).attr('disabled',true);
|
||
if (getCookie('orderExportAction')) {
|
||
var timeAfter = Math.round((getCookie('orderExportAction') - new Date().getTime() / 1000) / 60);
|
||
toast('导出太过频繁,请' + timeAfter + '分钟之后重试');
|
||
return;
|
||
}
|
||
$.post('lists-taskExport', $("#searchForm").serialize() ,function (res){
|
||
$(obj).attr('disabled',false);
|
||
if (res['code'] == 1) {
|
||
layer.confirm("<div class='t_align_center' style='padding: 20px 0'>预计2小时导出完毕,请耐心等待<br/>导出完毕,可前往<a href='javascript:void(0)' onclick='direct()' >“首页->下载中心”</a></div>", {
|
||
title: '导出提示',
|
||
btn: false
|
||
}, function (index) {
|
||
layer.close(index);
|
||
});
|
||
}else{
|
||
layer.confirm("<div class='t_align_center' style='padding: 20px 0'>"+res['msg']+"</div>", {
|
||
title: '导出提示',
|
||
btn: false
|
||
}, function (index) {
|
||
layer.close(index);
|
||
});
|
||
}
|
||
|
||
});
|
||
//$.StandardPost('lists/taskExport.html?storeId=0&type=&receive_by=&is_out=&is_end=&timeStart=2026-02-01&timeEnd=&search=&status=0');
|
||
}
|
||
function autoCheck(taskId) {
|
||
var flag = false;
|
||
var that = this, ajaxLoad = function(){
|
||
$.ajax({
|
||
url: '/admin/markets/CarOwners-checkTask.html',
|
||
data: { taskId : taskId },
|
||
type: 'get',
|
||
success: function(msg){
|
||
if (msg && msg['qiniuUrl']) {
|
||
flag = true;
|
||
clearInterval(that.autoInterval);// 清除计时器
|
||
layer.msg('工单数据数据已导出,请下载');
|
||
var downloadHtml = "<a data-value='" + msg['taskId'] + "' onclick='caculateNum(this)' href=" + msg['qiniuUrl'] + ">下载</a>";
|
||
$(".download").html('');
|
||
$(".download").html(downloadHtml);
|
||
}
|
||
}
|
||
});
|
||
};
|
||
if(flag){
|
||
clearInterval(that.autoInterval);// 清除计时器
|
||
}else {
|
||
clearInterval(that.autoInterval);// 清除计时器
|
||
this.autoInterval = setInterval(ajaxLoad , 5000);
|
||
}
|
||
}
|
||
$.extend({
|
||
StandardPost: function (url, args) {
|
||
var form = $("<form method='post'></form>"),
|
||
input;
|
||
form.attr({ "action": url});
|
||
if (args) {
|
||
$.each(args, function (key, value) {
|
||
input = $("<input type='hidden'>");
|
||
input.attr({ "name": key});
|
||
input.val(value);
|
||
form.append(input);
|
||
});
|
||
}
|
||
|
||
form.appendTo(document.body);
|
||
form.submit();
|
||
document.body.removeChild(form[0]);
|
||
}
|
||
});
|
||
|
||
//tab栏选择触发
|
||
function changesubmit(status) {
|
||
$('[name="status"]:input').val(status);
|
||
$("#searchForm").submit();
|
||
}
|
||
</script>
|
||
</html>
|