|
|
@@ -73,8 +73,8 @@
|
|
|
|
|
|
.form-box .form-box-column {
|
|
|
float: left;
|
|
|
- min-width: 180px;
|
|
|
- width: 15%;
|
|
|
+ min-width: 250px;
|
|
|
+ width: 18%;
|
|
|
margin: 0 5px;
|
|
|
}
|
|
|
|
|
|
@@ -151,7 +151,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="form-box-column" style="width: 17%">
|
|
|
+ <div class="form-box-column">
|
|
|
<div class="form-group-sm input-group">
|
|
|
<div class="input-group-addon">
|
|
|
<span>发货日期</span>
|
|
|
@@ -162,17 +162,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="form-box-column" style="width: 18%">
|
|
|
- <div class="form-group-sm input-group">
|
|
|
- <div class="input-group-addon">
|
|
|
- <span>客户订单号</span>
|
|
|
- </div>
|
|
|
- <input type="text" class="form-control iwb-date-range" style="border-radius: 0 0 0 0 !important;" id="stockNo" name="stockNo" data-keyField="stockNo" data-fieldType="0" data-expType="0" />
|
|
|
- <div class="input-group-addon" style="cursor: pointer;" onclick="RefreshCustomer(this)">
|
|
|
- <i class="iconfont icon-search"></i>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
|
|
|
<div class="form-box-column">
|
|
|
<div class="form-group-sm input-group">
|
|
|
@@ -193,7 +182,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-box-column">
|
|
|
- <button type="button" class="btn btn-block btn-info btn-sm" id="createStickBillBtn" style="width: 100px;" onclick="CreateBill()"><i class="iconfont icon-fapiao"></i><span style="font-size: 1.3rem;"><strong>生成对账单</strong></span></button>
|
|
|
+ <button type="button" class="btn btn-block btn-info btn-sm" id="createStickBillBtn" style="width: 360px;" onclick="CreateBill()"><i class="iconfont icon-fapiao"></i><span style="font-size: 1.3rem;"><strong>生成对账单</strong></span></button>
|
|
|
</div>
|
|
|
</form>
|
|
|
|
|
|
@@ -374,11 +363,11 @@
|
|
|
startDate = dArr[0];
|
|
|
endDate = dArr[1];
|
|
|
}
|
|
|
- let stockNo = $("#stockNo").val()
|
|
|
- QueryOrderSend(cId, startDate, endDate, stockNo);
|
|
|
+
|
|
|
+ QueryOrderSend(cId, startDate, endDate);
|
|
|
}
|
|
|
|
|
|
- function QueryOrderSend(customerId, startDate, endDate, stockNo) {
|
|
|
+ function QueryOrderSend(customerId, startDate, endDate) {
|
|
|
if (customerId) {
|
|
|
$("#tableSendItem").show();
|
|
|
} else {
|
|
|
@@ -390,8 +379,7 @@
|
|
|
data: {
|
|
|
CustomerId: customerId,
|
|
|
SendDateStart: startDate,
|
|
|
- SendDateEnd: endDate,
|
|
|
- StockNo: stockNo
|
|
|
+ SendDateEnd: endDate
|
|
|
},
|
|
|
dataType: "json",
|
|
|
isValidate: false,
|