From 702836e597c2043aa3f6ad8b7b32d0d3f9d526c4 Mon Sep 17 00:00:00 2001 From: "0.0" <1092404103.qq.com> Date: Fri, 22 Sep 2023 18:04:32 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=85=8D=E9=80=81=E5=8D=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../signdetail/distributionSigndetail.vue | 31 ++++++------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/src/views/distribution/signdetail/distributionSigndetail.vue b/src/views/distribution/signdetail/distributionSigndetail.vue index 28559d8e..740c37f6 100644 --- a/src/views/distribution/signdetail/distributionSigndetail.vue +++ b/src/views/distribution/signdetail/distributionSigndetail.vue @@ -142,17 +142,6 @@ export default { sortable: true, head: false, }, - // { - // prop: 'noteNumber', - // label: '配送单号', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: true, - // sortable: true, - // head: false, - // }, { prop: 'trainNumber', label: '配送车次号', @@ -204,16 +193,16 @@ export default { fixed: false, sortable: true, }, - { - prop: 'descriptionGoods', - label: '货物名称', - type: 2, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'descriptionGoods', + // label: '货物名称', + // type: 2, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'warehouse', label: '仓库',