From 42736514625cdd0e3db1b5c0c701e0484ad545a9 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 9 May 2024 18:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distributionStockArticleSelf.js | 53 +++++++++---------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/src/option/distribution/distributionStockArticleSelf.js b/src/option/distribution/distributionStockArticleSelf.js index 364ba0a5..844b07fe 100644 --- a/src/option/distribution/distributionStockArticleSelf.js +++ b/src/option/distribution/distributionStockArticleSelf.js @@ -135,6 +135,32 @@ export const columnList = [ isshowSummary: true, sortable: true, }, + { + prop: 'groundingStatusName', + label: '上架状态', + type: 3, + values: '', + width: '100', + checkarr: [ + // { + // value: '0', + // label: '未上架', + // }, + // { + // value: '1', + // label: '部分上架', + // }, { + // value: '2', + // label: '已上架', + // }, + // { + // value: '3', + // label: '已下架',130 + // }, + ], + fixed: false, + sortable: true, + }, { prop: 'allocation', label: '货位信息', @@ -235,33 +261,6 @@ export const columnList = [ fixed: false, sortable: true, }, - - { - prop: 'groundingStatusName', - label: '上架状态', - type: 3, - values: '', - width: '100', - checkarr: [ - // { - // value: '0', - // label: '未上架', - // }, - // { - // value: '1', - // label: '部分上架', - // }, { - // value: '2', - // label: '已上架', - // }, - // { - // value: '3', - // label: '已下架',130 - // }, - ], - fixed: false, - sortable: true, - }, { prop: 'resource', label: '订单来源',