fix: 修改表头

This commit is contained in:
zhangds 2024-04-06 14:07:55 +08:00
parent 09ee657b52
commit d84989626d
3 changed files with 8 additions and 8 deletions

View File

@ -3,12 +3,12 @@ export default {
batch_goods_name: [{ type: "required", message: "请输入批次商品名称" }], // 批次商品名称
/* 批次号 */
channel_activity_id: [
{ type: "required", message: "请输入批次号" },
{
type: "regExp",
message: "请输入由数字或英文组成的批次号",
reg: "^[A-Za-z0-9]+$"
}
{ type: "required", message: "请输入批次号" }
// {
// type: "regExp",
// message: "请输入由数字或英文组成的批次号",
// reg: "^[A-Za-z0-9]+$"
// }
],
/* 模板编号 */
temp_no: [

View File

@ -969,7 +969,7 @@ export default class orderList extends React.Component {
if (com == "opearo") {
return (
<div>
{rowData.type === 2 ? (
{rowData.type === 2 && rowData.product.entity.channel === 1 ? (
<span
className="grid-link"
onClick={() => this.getVoucher(rowData.order_number)}

View File

@ -308,7 +308,7 @@ export const detailColumns = [
width: "150px"
},
{
title: "渠道立减金ID",
title: "ID",
name: "channel_voucher_id",
prop: "channel_voucher_id",
type: "normal",