addon修改

This commit is contained in:
朱菊兰 2025-05-20 16:19:18 +08:00
parent 27e5cc3524
commit dec8bdf36a
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ export default function () {
// { prop: "kilnCode", label: "窑炉" },
{ width: 128, prop: "orderCode", label: "主订单号" },
{ width: 60, prop: "orderCate", label: "子号" },
// { width: 128, prop: "code", label: "混料订单号" },
{ prop: "addon", label: "addon" },
{
width: 80,
prop: "percent",

View File

@ -65,6 +65,7 @@ export default function () {
{ width: 60, type: "index", label: "序号", fixed: true },
{ width: 120, prop: "code", label: "订单号", fixed: "left" },
{ width: 60, prop: "cate", label: "子号" },
{ width: 100, prop: "sapParam1", label: "addon" },
{ width: 100, prop: "productCode", label: "物料" }, // "物料编号" }, // select, filterable
{ width: 100, prop: "shapeCode", label: "砖型" }, // "砖型编号" }, // select, filterable
{ width: 160, prop: "brand", label: "牌号" }, // select, filterable
@ -87,7 +88,6 @@ export default function () {
{ width: 200, prop: "saleOrderItem", label: "销售订单item号" },
{ width: 120, prop: "soqty", label: "销售订单数" },
{ width: 120, prop: "deliveryTime", label: "销售时间", filter: timeFilter },
{ width: 65, prop: "sapParam1", label: "addon" },
{ width: 200, prop: "shortDesc", label: "喷码描述" },
{ width: 120, prop: "yieldqty", label: "已生产数量" }, // uneditable
// { prop: "description", label: "详情", subcomponent: TableTextComponent },

View File

@ -9,7 +9,7 @@ export default function () {
// { prop: "kilnCode", label: "窑炉" },
{ width: 160, prop: "orderCode", label: "主订单号" },
{ width: 60, prop: "orderCate", label: "子号" },
// { width: 160, prop: "code", label: "压制订单号" },
{ prop: "addon", label: "addon" },
{
width: 90,
prop: "percent",