From 5ecb7958c96d3f0b6d47b79aff7eb306c2cf690f Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期二, 06 八月 2024 11:16:58 +0800 Subject: [PATCH] gitlab上面的wms转移到公司git --- src/views/operate/outEnterLibrary/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/operate/outEnterLibrary/index.vue b/src/views/operate/outEnterLibrary/index.vue index eed029d..950408b 100644 --- a/src/views/operate/outEnterLibrary/index.vue +++ b/src/views/operate/outEnterLibrary/index.vue @@ -4,11 +4,11 @@ <SearchCommonView :add-title="'鏂板缓'" :showAdd="false" + :showDownload="true" :placeholder="'璇锋牴鎹崟鍙枫�佷骇鍝併�佷笟鍔$被鍨嬭繘琛屾悳绱�'" :amount-view="false" @addCommonClick="addBtnClick" :inputName="params.keyWord" - @searchClick="getList" /> </div> <div class="list-view"> @@ -19,7 +19,7 @@ @selTableCol="selTableCol" > <template slot="tableButton"> - <el-table-column label="鎿嶄綔" width="100"> + <el-table-column label="鎿嶄綔" width="120"> <template slot-scope="scope"> <el-button @click="tableRowClick(scope.row, '鏌ョ湅')" type="text" size="small">鏌ョ湅</el-button> <el-button @@ -56,6 +56,7 @@ import AddOverviewDialog from "@/views/overview/AddOverviewDialog" import { getDataByType } from "@/api/data" + export default { name: "InboundOutboundDetail", props: {}, @@ -321,7 +322,7 @@ getStatus(val) { let newVal=Number(val) return newVal === 1 ? "鑽夌" : newVal === 3 ? "灏辩华" : newVal=== 4 ?"瀹屾垚":newVal=== 5 ?"宸插彇娑�":" " - } + }, } } </script> -- Gitblit v1.8.0