您的位置:首页 > 汽车 > 时评 > 如何创建小程序商店_大学网页设计与制作教材_公司快速建站_网络安全培训

如何创建小程序商店_大学网页设计与制作教材_公司快速建站_网络安全培训

2024/11/15 22:17:52 来源:https://blog.csdn.net/weixin_38999134/article/details/143430275  浏览:    关键词:如何创建小程序商店_大学网页设计与制作教材_公司快速建站_网络安全培训
如何创建小程序商店_大学网页设计与制作教材_公司快速建站_网络安全培训

在这里插入图片描述

<el-tableclass="mt-15"v-loading="listLoading"@cell-click="tableDbEdit" @cell-dblclick="tableDbEdit"stripe :data="dataList"style="width: 100%"><el-table-column align="center"  prop="orderNumber" label="订单编号"  width="180"></el-table-column><el-table-column align="center"  prop="customerName" label="客户名称"  width="120"></el-table-column><el-table-column align="center"  prop="productDate" label="生产时间"  width="200"><template slot-scope="scope"><div  v-if="showdatetime == `productDate${scope.row.id}`"><el-date-pickervalue-format="yyyy-MM-dd"style="width: 135px;"size="mini"v-model="scope.row.productDate"@blur='blurdate(scope.row, "productDate", scope.row.productDate)':clearable="false"type="date"placeholder="请选择生产时间"></el-date-picker><el-button  @click="subtimeBtn(scope.row)" type="text"  size="small" class="ml-10">提交</el-button></div><div v-else>{{ scope.row.productDate }}</div></template></el-table-column><el-table-column align="center"  prop="shipDate" label="船期时间"  width="100"></el-table-column><el-table-column align="center"  label="产品型号/客户要求"  width="150"><template slot-scope="scope"><el-button  @click="opendetail(scope.row)" type="text"   size="small" class="mr-10">详情</el-button></template></el-table-column><el-table-column align="center"  prop="totalRequireQuantity" width="70" label="总需求量T/吨"></el-table-column><el-table-column align="center"  prop="remark"  label="备注"></el-table-column><el-table-column fixed="right" align="center" label="操作" width="200"><template slot-scope="scope"><el-button  @click="toorderEdit(scope.row)"  type="text"   size="small" class="mr-10">修改</el-button><el-button  @click="deleteBtn(scope.row)" type="text"  size="small">取消</el-button></template></el-table-column></el-table>
 return {showdatetime: "",oldData: {},currentData: {} ,}
 blurdate(row, name, value) {// 判断数据是否有所改变,如果数据有改变则调用修改接口if (this.oldData[name] != value) {row[name] = valueif (value === true) {row[name] = 1} else if (value === false) {row[name] = 0}}this.currentData = row
},
tableDbEdit(row, column, event) {this.showdatetime = column.property + row.id;this.oldData[column.property] = row[column.property];
},      
subtimeBtn(row){this.showdatetime = ""console.log("ssss",row)
},

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com