feat: 分享二维码跳转到小程序商品页
parent
47fe897b0a
commit
d6cd61b289
|
@ -85,8 +85,8 @@
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<!--供货商-->
|
||||
<div class="layui-form-item">
|
||||
<!--供货商 旧-->
|
||||
<div class="layui-form-item layui-hide">
|
||||
<label class="layui-form-label">供货商:</label>
|
||||
<div class="layui-input-inline">
|
||||
<select disabled name="supplier_id" lay-verType="tips" switch-tab="0" verify-msg="请选择供货商">
|
||||
|
@ -94,6 +94,47 @@
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--供货商 新-->
|
||||
<div class="layui-form-item">
|
||||
<label class="layui-form-label">供货商:</label>
|
||||
<div class="layui-input-block">
|
||||
<table class="layui-table">
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>供应商</th>
|
||||
<th>价格</th>
|
||||
<th>时间</th>
|
||||
<th>来源</th>
|
||||
<th>寻源人员</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>京东</td>
|
||||
<td>12</td>
|
||||
<td>2023-09-15</td>
|
||||
<td>京东</td>
|
||||
<td>刘东东</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>淘宝</td>
|
||||
<td>13</td>
|
||||
<td>2023-09-01</td>
|
||||
<td>淘宝</td>
|
||||
<td>马芸</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!--商品主图-->
|
||||
<div class="layui-form-item" style="margin-bottom: 0px">
|
||||
<label class="layui-form-label"><span class="form-label-asterisk">*</span>商品封面图:</label>
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
</script>
|
||||
|
||||
<script type="text/html" id="qr-info">
|
||||
<img src="/images/share/share_qr.png" style="height:60px;width: 60px" class="image-show">
|
||||
<img src="/images/share/share_qr_test.png" style="height:60px;width: 60px" class="image-show">
|
||||
</script>
|
||||
|
||||
<script type="text/html" id="goods-info">
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Loading…
Reference in New Issue