|
@@ -9,102 +9,118 @@
|
|
|
|
|
|
<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="createdBy" placeholder="创建人" th:value="${createdBy}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>创建日期:</label>
|
|
|
- <input name="createdDate" placeholder="创建日期" th:value="${createdDate}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>需求单号:</label>
|
|
|
- <input name="demandOrderNumber" placeholder="需求单号" th:value="${demandOrderNumber}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>第三方订单ID:</label>
|
|
|
- <input name="thirdOrderId" placeholder="第三方订单ID" th:value="${thirdOrderId}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>平台用户ID:</label>
|
|
|
- <input name="platformUserId" placeholder="平台用户ID" th:value="${platformUserId}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>业务ID:</label>
|
|
|
- <input name="businessId" placeholder="业务ID" th:value="${businessId}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>下单人:</label>
|
|
|
- <input name="orderer" placeholder="下单人" th:value="${orderer}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>下单人手机号:</label>
|
|
|
- <input name="ordererPhone" placeholder="下单人手机号" th:value="${ordererPhone}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>收货人:</label>
|
|
|
- <input name="consignee" placeholder="收货人" th:value="${consignee}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>加密收货人:</label>
|
|
|
- <input name="encryptedConsignee" placeholder="加密收货人" th:value="${encryptedConsignee}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>加密收货人手机号:</label>
|
|
|
- <input name="encryptedConsigneePhone" placeholder="加密收货人手机号" th:value="${encryptedConsigneePhone}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>收货人手机号:</label>
|
|
|
- <input name="consigneePhone" placeholder="收货人手机号" th:value="${consigneePhone}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>连锁公司名称:</label>
|
|
|
- <input name="chainCompanyName" placeholder="连锁公司名称" th:value="${chainCompanyName}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>存储ID:</label>
|
|
|
- <input name="storageId" placeholder="存储ID" th:value="${storageId}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>是否保存:</label>
|
|
|
- <input name="isSaved" placeholder="是否保存" th:value="${isSaved}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>处方图片:</label>
|
|
|
- <input name="prescriptionImage" placeholder="处方图片" th:value="${prescriptionImage}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>药品剂量:</label>
|
|
|
- <input name="medicineDosage" placeholder="药品剂量" th:value="${medicineDosage}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>煎药方式:</label>
|
|
|
- <input name="decoctionMethod" placeholder="煎药方式" th:value="${decoctionMethod}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>下单门店:</label>
|
|
|
- <input name="orderStore" placeholder="下单门店" th:value="${orderStore}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>提交时间:</label>
|
|
|
- <input name="submitTime" placeholder="提交时间" th:value="${submitTime}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>取消时间:</label>
|
|
|
- <input name="cancelTime" placeholder="取消时间" th:value="${cancelTime}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>支付时间:</label>
|
|
|
- <input name="paymentTime" placeholder="支付时间" th:value="${paymentTime}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>订单状态:</label>
|
|
|
- <input name="orderStatus" placeholder="订单状态:1待录方,2待付款,3已完成,4已取消" th:value="${orderStatus}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
- <div class="customize-form-group">
|
|
|
- <label>备注:</label>
|
|
|
- <input name="remarks" placeholder="备注" th:value="${remarks}" class="styled-input" type="text">
|
|
|
- </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>创建人:</label>
|
|
|
+ <input name="createdBy" placeholder="创建人" th:value="${createdBy}" class="styled-input" type="text" disabled="true">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>创建日期:</label>
|
|
|
+ <input name="createdDate" placeholder="创建日期" th:value="${createdDate}" class="styled-input" type="text" disabled="true">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>需求单号:</label>
|
|
|
+ <input name="demandOrderNumber" placeholder="需求单号" th:value="${demandOrderNumber}" class="styled-input" type="text" disabled="true">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>第三方订单ID:</label>
|
|
|
+ <input name="thirdOrderId" placeholder="第三方订单ID" th:value="${thirdOrderId}" class="styled-input" type="text" disabled="true">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>平台用户ID:</label>
|
|
|
+ <input name="platformUserId" placeholder="平台用户ID" th:value="${platformUserId}" class="styled-input" type="text" disabled="true">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>业务ID:</label>
|
|
|
+ <input name="businessId" placeholder="业务ID" th:value="${businessId}" class="styled-input" type="text" disabled="true">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>下单人:</label>
|
|
|
+ <input name="orderer" placeholder="下单人" th:value="${orderer}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>下单人手机号:</label>
|
|
|
+ <input name="ordererPhone" placeholder="下单人手机号" th:value="${ordererPhone}" class="styled-input" type="number" maxlength="11">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>收货人:</label>
|
|
|
+ <input name="consignee" placeholder="收货人" th:value="${consignee}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>加密收货人:</label>
|
|
|
+ <input name="encryptedConsignee" placeholder="加密收货人" th:value="${encryptedConsignee}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>加密收货人手机号:</label>
|
|
|
+ <input name="encryptedConsigneePhone" placeholder="加密收货人手机号" th:value="${encryptedConsigneePhone}" class="styled-input" type="number" maxlength="11">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>收货人手机号:</label>
|
|
|
+ <input name="consigneePhone" placeholder="收货人手机号" th:value="${consigneePhone}" class="styled-input" type="number" maxlength="11">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>连锁公司名称:</label>
|
|
|
+ <input name="chainCompanyName" placeholder="连锁公司名称" th:value="${chainCompanyName}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>存储ID:</label>
|
|
|
+ <input name="storageId" placeholder="存储ID" th:value="${storageId}" class="styled-input" type="text" disabled="true">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>是否录入商品:</label>
|
|
|
+ <select name="isInputProduct" th:with="type=${@dict.getType('sys_select_yes_no')}" class="styled-input" >
|
|
|
+ <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"
|
|
|
+ th:selected="${dict.dictLabel}==${isInputProduct}"></option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>是否保存:</label>
|
|
|
+ <select name="isSaved" th:with="type=${@dict.getType('sys_select_yes_no')}" class="styled-input" >
|
|
|
+ <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"
|
|
|
+ th:selected="${dict.dictLabel}==${isSaved}"></option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>处方图片:</label>
|
|
|
+ <input name="prescriptionImage" placeholder="处方图片" th:value="${prescriptionImage}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>药品剂量:</label>
|
|
|
+ <input name="medicineDosage" placeholder="药品剂量" th:value="${medicineDosage}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>煎药方式:</label>
|
|
|
+ <select name="decoctionMethod" th:with="type=${@dict.getType('sys_select_ypdg_jyfs')}" class="styled-input" >
|
|
|
+ <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"
|
|
|
+ th:selected="${dict.dictLabel}==${decoctionMethod}"></option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>下单门店:</label>
|
|
|
+ <input name="orderStore" placeholder="下单门店" th:value="${orderStore}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>提交时间:</label>
|
|
|
+ <input name="submitTime" placeholder="提交时间" th:value="${submitTime}" class="styled-input" type="text" disabled="true">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>取消时间:</label>
|
|
|
+ <input name="cancelTime" placeholder="取消时间" th:value="${cancelTime}" class="styled-input" type="text" disabled="true">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>支付时间:</label>
|
|
|
+ <input name="paymentTime" placeholder="支付时间" th:value="${paymentTime}" class="styled-input" type="text" disabled="true">
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>订单状态:</label>
|
|
|
+ <select name="orderStatus" th:with="type=${@dict.getType('sys_select_ypdg_ddzt')}" class="styled-input" >
|
|
|
+ <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictLabel}"
|
|
|
+ th:selected="${dict.dictLabel}==${decoctionMethod}"></option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="customize-form-group">
|
|
|
+ <label>备注:</label>
|
|
|
+ <input name="remarks" placeholder="备注" th:value="${remarks}" class="styled-input" type="text">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|