|
@@ -6029,16 +6029,10 @@
|
|
|
<td>税号u_type2时候必须</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td>goods.name</td>
|
|
|
+ <td>goods</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
- <td>列表里面的商品名称</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>goods.logo</td>
|
|
|
- <td>string</td>
|
|
|
- <td>是</td>
|
|
|
- <td>列表里面的商品logo</td>
|
|
|
+ <td>商品对象</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
@@ -6235,12 +6229,8 @@
|
|
|
<input type="string" class="form-control input-sm" id="tax.tax_no" required placeholder="税号u_type2时候必须" name="tax.tax_no">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label class="control-label" for="goods.name">goods.name</label>
|
|
|
- <input type="string" class="form-control input-sm" id="goods.name" required placeholder="列表里面的商品名称" name="goods.name">
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label class="control-label" for="goods.logo">goods.logo</label>
|
|
|
- <input type="string" class="form-control input-sm" id="goods.logo" required placeholder="列表里面的商品logo" name="goods.logo">
|
|
|
+ <label class="control-label" for="goods">goods</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="goods" required placeholder="商品对象" name="goods">
|
|
|
</div>
|
|
|
<div class="form-group form-group-submit">
|
|
|
<button type="submit" class="btn btn-success send" rel="35">提交</button>
|
|
@@ -10372,7 +10362,7 @@
|
|
|
|
|
|
</div>
|
|
|
<div class="col-md-6" align="right">
|
|
|
- Generated on 2022-09-24 15:08:45 <a href="./" target="_blank">后台管理</a>
|
|
|
+ Generated on 2022-09-24 15:22:45 <a href="./" target="_blank">后台管理</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|