diff --git a/src/views/Query/StockQuery/StockTransaction/index.vue b/src/views/Query/StockQuery/StockTransaction/index.vue index 79c77b3..e43bac5 100644 --- a/src/views/Query/StockQuery/StockTransaction/index.vue +++ b/src/views/Query/StockQuery/StockTransaction/index.vue @@ -303,7 +303,7 @@ onMounted(() => { { header: "批次", field: "CHARGE", hide: false, width: '200px' }, { header: "料号", field: "MATERIALSPECNAME", hide: false , width: '100px'}, { header: "品名", field: "DESC_CN", hide: false , width: '100px'}, - { header: "规格", field: "DESCRIPTION", hide: false, width: '200px' }, + { header: "规格", field: "DESCRIPTION", hide: false, width: '100px' }, { header: "阶段", field: "PHASE", hide: false, width: '100px' }, //入库 { header: "入库组织编码", field: "INERPFACTORY", hide: false, width: '100px' },