|
@@ -9,172 +9,172 @@
|
|
|
|
|
|
<div class="customize-form-group-container">
|
|
|
<input type="hidden" id="id" name="id" th:value="${id}">
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>序号:</label>
|
|
|
- <input name="sequenceNumber" placeholder="序号" th:value="${sequenceNumber}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>期间:</label>
|
|
|
- <input name="period" placeholder="期间" th:value="${period}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>商品编码:</label>
|
|
|
- <input name="productCode" placeholder="商品编码" th:value="${productCode}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>商品名称:</label>
|
|
|
- <input name="productName" placeholder="商品名称" th:value="${productName}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>规格:</label>
|
|
|
- <input name="specification" placeholder="规格" th:value="${specification}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>单位:</label>
|
|
|
- <input name="unit" placeholder="单位" th:value="${unit}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>生产企业:</label>
|
|
|
- <input name="manufacturer" placeholder="生产企业" th:value="${manufacturer}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>剂型:</label>
|
|
|
- <input name="dosageForm" placeholder="剂型" th:value="${dosageForm}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>批号:</label>
|
|
|
- <input name="batchNumber" placeholder="批号" th:value="${batchNumber}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>批次:</label>
|
|
|
- <input name="batch" placeholder="批次" th:value="${batch}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>期初库存数量:</label>
|
|
|
- <input name="initialStockQuantity" placeholder="期初库存数量" th:value="${initialStockQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>期初库存成本金额/元:</label>
|
|
|
- <input name="initialStockCost" placeholder="期初库存成本金额/元" th:value="${initialStockCost}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>大仓配送数量:</label>
|
|
|
- <input name="warehouseDeliveryQuantity" placeholder="大仓配送数量" th:value="${warehouseDeliveryQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>大仓配送成本金额/元:</label>
|
|
|
- <input name="warehouseDeliveryCost" placeholder="大仓配送成本金额/元" th:value="${warehouseDeliveryCost}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>调拨调入配送数量:</label>
|
|
|
- <input name="transferInQuantity" placeholder="调拨调入配送数量" th:value="${transferInQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>调拨调入配送成本金额/元:</label>
|
|
|
- <input name="transferInCost" placeholder="调拨调入配送成本金额/元" th:value="${transferInCost}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>店采收货数量:</label>
|
|
|
- <input name="storeReceiptQuantity" placeholder="店采收货数量" th:value="${storeReceiptQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>店采收货成本金额:</label>
|
|
|
- <input name="storeReceiptCost" placeholder="店采收货成本金额" th:value="${storeReceiptCost}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>店采退货数量:</label>
|
|
|
- <input name="storeReturnQuantity" placeholder="店采退货数量" th:value="${storeReturnQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>店采退货金额/元:</label>
|
|
|
- <input name="storeReturnAmount" placeholder="店采退货金额/元" th:value="${storeReturnAmount}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>调拨调出数量:</label>
|
|
|
- <input name="transferOutQuantity" placeholder="调拨调出数量" th:value="${transferOutQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>调拨调出成本金额/元:</label>
|
|
|
- <input name="transferOutCost" placeholder="调拨调出成本金额/元" th:value="${transferOutCost}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>门店退仓数量:</label>
|
|
|
- <input name="storeReturnWarehouseQuantity" placeholder="门店退仓数量" th:value="${storeReturnWarehouseQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>门店退仓成本金额/元:</label>
|
|
|
- <input name="storeReturnWarehouseCost" placeholder="门店退仓成本金额/元" th:value="${storeReturnWarehouseCost}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>线下销售数量:</label>
|
|
|
- <input name="offlineSalesQuantity" placeholder="线下销售数量" th:value="${offlineSalesQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>线下销售成本金额/元:</label>
|
|
|
- <input name="offlineSalesCost" placeholder="线下销售成本金额/元" th:value="${offlineSalesCost}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>线下销售退货数量:</label>
|
|
|
- <input name="offlineSalesReturnQuantity" placeholder="线下销售退货数量" th:value="${offlineSalesReturnQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>线下销售退货金额/元:</label>
|
|
|
- <input name="offlineSalesReturnAmount" placeholder="线下销售退货金额/元" th:value="${offlineSalesReturnAmount}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>线上销售数量:</label>
|
|
|
- <input name="onlineSalesQuantity" placeholder="线上销售数量" th:value="${onlineSalesQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>线上销售成本金额/元:</label>
|
|
|
- <input name="onlineSalesCost" placeholder="线上销售成本金额/元" th:value="${onlineSalesCost}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>线上销售退货数量:</label>
|
|
|
- <input name="onlineSalesReturnQuantity" placeholder="线上销售退货数量" th:value="${onlineSalesReturnQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>线上销售退货金额/元:</label>
|
|
|
- <input name="onlineSalesReturnAmount" placeholder="线上销售退货金额/元" th:value="${onlineSalesReturnAmount}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>报损数量:</label>
|
|
|
- <input name="lossQuantity" placeholder="报损数量" th:value="${lossQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>报损成本金额:</label>
|
|
|
- <input name="lossCost" placeholder="报损成本金额" th:value="${lossCost}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>报溢数量:</label>
|
|
|
- <input name="gainQuantity" placeholder="报溢数量" th:value="${gainQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>报溢成本金额/元:</label>
|
|
|
- <input name="gainCost" placeholder="报溢成本金额/元" th:value="${gainCost}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>期末库存数量:</label>
|
|
|
- <input name="finalStockQuantity" placeholder="期末库存数量" th:value="${finalStockQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>期末库存成本金额/元:</label>
|
|
|
- <input name="finalStockCost" placeholder="期末库存成本金额/元" th:value="${finalStockCost}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>期初导入库存数量:</label>
|
|
|
- <input name="initialImportQuantity" placeholder="期初导入库存数量" th:value="${initialImportQuantity}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>期初导入库存成本金额/元:</label>
|
|
|
- <input name="initialImportCost" placeholder="期初导入库存成本金额/元" th:value="${initialImportCost}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>序号:</label>
|
|
|
+ <input name="sequenceNumber" placeholder="序号" th:value="${sequenceNumber}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>期间:</label>
|
|
|
+ <input name="period" placeholder="期间" th:value="${period}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>商品编码:</label>
|
|
|
+ <input name="productCode" placeholder="商品编码" th:value="${productCode}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>商品名称:</label>
|
|
|
+ <input name="productName" placeholder="商品名称" th:value="${productName}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>规格:</label>
|
|
|
+ <input name="specification" placeholder="规格" th:value="${specification}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>单位:</label>
|
|
|
+ <input name="unit" placeholder="单位" th:value="${unit}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>生产企业:</label>
|
|
|
+ <input name="manufacturer" placeholder="生产企业" th:value="${manufacturer}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>剂型:</label>
|
|
|
+ <input name="dosageForm" placeholder="剂型" th:value="${dosageForm}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>批号:</label>
|
|
|
+ <input name="batchNumber" placeholder="批号" th:value="${batchNumber}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>批次:</label>
|
|
|
+ <input name="batch" placeholder="批次" th:value="${batch}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>期初库存数量:</label>
|
|
|
+ <input name="initialStockQuantity" placeholder="期初库存数量" th:value="${initialStockQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>期初库存成本金额/元:</label>
|
|
|
+ <input name="initialStockCost" placeholder="期初库存成本金额/元" th:value="${initialStockCost}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>大仓配送数量:</label>
|
|
|
+ <input name="warehouseDeliveryQuantity" placeholder="大仓配送数量" th:value="${warehouseDeliveryQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>大仓配送成本金额/元:</label>
|
|
|
+ <input name="warehouseDeliveryCost" placeholder="大仓配送成本金额/元" th:value="${warehouseDeliveryCost}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>调拨调入配送数量:</label>
|
|
|
+ <input name="transferInQuantity" placeholder="调拨调入配送数量" th:value="${transferInQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>调拨调入配送成本金额/元:</label>
|
|
|
+ <input name="transferInCost" placeholder="调拨调入配送成本金额/元" th:value="${transferInCost}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>店采收货数量:</label>
|
|
|
+ <input name="storeReceiptQuantity" placeholder="店采收货数量" th:value="${storeReceiptQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>店采收货成本金额:</label>
|
|
|
+ <input name="storeReceiptCost" placeholder="店采收货成本金额" th:value="${storeReceiptCost}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>店采退货数量:</label>
|
|
|
+ <input name="storeReturnQuantity" placeholder="店采退货数量" th:value="${storeReturnQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>店采退货金额/元:</label>
|
|
|
+ <input name="storeReturnAmount" placeholder="店采退货金额/元" th:value="${storeReturnAmount}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>调拨调出数量:</label>
|
|
|
+ <input name="transferOutQuantity" placeholder="调拨调出数量" th:value="${transferOutQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>调拨调出成本金额/元:</label>
|
|
|
+ <input name="transferOutCost" placeholder="调拨调出成本金额/元" th:value="${transferOutCost}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>门店退仓数量:</label>
|
|
|
+ <input name="storeReturnWarehouseQuantity" placeholder="门店退仓数量" th:value="${storeReturnWarehouseQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>门店退仓成本金额/元:</label>
|
|
|
+ <input name="storeReturnWarehouseCost" placeholder="门店退仓成本金额/元" th:value="${storeReturnWarehouseCost}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>线下销售数量:</label>
|
|
|
+ <input name="offlineSalesQuantity" placeholder="线下销售数量" th:value="${offlineSalesQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>线下销售成本金额/元:</label>
|
|
|
+ <input name="offlineSalesCost" placeholder="线下销售成本金额/元" th:value="${offlineSalesCost}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>线下销售退货数量:</label>
|
|
|
+ <input name="offlineSalesReturnQuantity" placeholder="线下销售退货数量" th:value="${offlineSalesReturnQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>线下销售退货金额/元:</label>
|
|
|
+ <input name="offlineSalesReturnAmount" placeholder="线下销售退货金额/元" th:value="${offlineSalesReturnAmount}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>线上销售数量:</label>
|
|
|
+ <input name="onlineSalesQuantity" placeholder="线上销售数量" th:value="${onlineSalesQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>线上销售成本金额/元:</label>
|
|
|
+ <input name="onlineSalesCost" placeholder="线上销售成本金额/元" th:value="${onlineSalesCost}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>线上销售退货数量:</label>
|
|
|
+ <input name="onlineSalesReturnQuantity" placeholder="线上销售退货数量" th:value="${onlineSalesReturnQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>线上销售退货金额/元:</label>
|
|
|
+ <input name="onlineSalesReturnAmount" placeholder="线上销售退货金额/元" th:value="${onlineSalesReturnAmount}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>报损数量:</label>
|
|
|
+ <input name="lossQuantity" placeholder="报损数量" th:value="${lossQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>报损成本金额:</label>
|
|
|
+ <input name="lossCost" placeholder="报损成本金额" th:value="${lossCost}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>报溢数量:</label>
|
|
|
+ <input name="gainQuantity" placeholder="报溢数量" th:value="${gainQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>报溢成本金额/元:</label>
|
|
|
+ <input name="gainCost" placeholder="报溢成本金额/元" th:value="${gainCost}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>期末库存数量:</label>
|
|
|
+ <input name="finalStockQuantity" placeholder="期末库存数量" th:value="${finalStockQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>期末库存成本金额/元:</label>
|
|
|
+ <input name="finalStockCost" placeholder="期末库存成本金额/元" th:value="${finalStockCost}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>期初导入库存数量:</label>
|
|
|
+ <input name="initialImportQuantity" placeholder="期初导入库存数量" th:value="${initialImportQuantity}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>期初导入库存成本金额/元:</label>
|
|
|
+ <input name="initialImportCost" placeholder="期初导入库存成本金额/元" th:value="${initialImportCost}" class="styled-input" type="number">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
<div class="main-content">
|
|
|
<div class="col-sm-offset-5 col-sm-10">
|
|
|
- <button type="button" class="btn btn-sm btn-primary" onclick="submitHandler()"><i class="fa fa-check"></i>保 存</button>
|
|
|
+<!-- <button type="button" class="btn btn-sm btn-primary" onclick="submitHandler()"><i class="fa fa-check"></i>保 存</button> -->
|
|
|
<button type="button" class="btn btn-sm btn-danger" onclick="closeItem()"><i class="fa fa-reply-all"></i>关 闭 </button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -182,6 +182,9 @@
|
|
|
</body>
|
|
|
</html>
|
|
|
<script>
|
|
|
+ $(document).ready(function() {
|
|
|
+ $('#form-SKcBbInventoryvariation-edit :input').attr('disabled', 'disabled');
|
|
|
+ });
|
|
|
function submitHandler() {
|
|
|
var prefix = ctx + "kc/skcbbinventoryvariation";
|
|
|
if ($.validate.form()) {
|