1、新增个人中心产品编号展示
2、修改项目添加单次划扣金额修改
| | |
| | | a.*, |
| | | d.id as orderId, |
| | | b.TIME_LENGTH, |
| | | b.img |
| | | b.img, |
| | | b.code |
| | | from sys_proj_use a |
| | | left join shopping_goods b on a.proj_id=b.id |
| | | left join sys_order_item c on a.ORDER_ITEM_ID=c.id |
| | |
| | | <el-table id="proj" v-show="projTab.projType=='proj'" :data="projTab.projTableData" |
| | | style="width: 100%"> |
| | | <el-table-column |
| | | prop="projName" |
| | | label="项目名称" |
| | | width="180"> |
| | | <template slot-scope="scope"> |
| | | <span >{{scope.row.projName}}({{scope.row.projInfo.code}})</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="source" |
| | |
| | | style="width: 100%;" |
| | | row-key="id" :tree-props="{children: 'taocanProjUse', hasChildren: 'hasChildren'}"> |
| | | <el-table-column |
| | | prop="projName" |
| | | label="名称" |
| | | width="240"> |
| | | width="280"> |
| | | <template slot-scope="scope"> |
| | | <span >{{scope.row.projName}}({{scope.row.projInfo.code}})</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="status" |
| | |
| | | </div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label">单次划扣<span class="text-danger">*</span></label> |
| | | <div class="col-sm-4"> |
| | | <input autocomplete="off" type="text" class="form-control" name="price" |
| | | th:value="${obj?.price}" datatype="*1-20" nullmsg="单次划扣余额不能为空"> |
| | | <div class="Validform_checktip"></div> |
| | | </div> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label">到期时间</label> |
| | | <div class="col-sm-4"> |
| | | <input autocomplete="off" name="failTime" type="text" datatype="*" |