fix:禅道406

This commit is contained in:
shijing 2026-05-14 09:25:32 +08:00
parent f61cfd4448
commit 8df5d97916
1 changed files with 0 additions and 2 deletions

View File

@ -10,14 +10,12 @@
<el-button v-if="mode=='out'" type="primary" @click="wprNumberChange">发货编号</el-button>
<el-button v-if="mode=='out'" type="warning" @click="wprNumberClear">清空编号</el-button>
<el-input
v-if="mode=='ins'"
style="margin-right: 5px;width: 200px;"
v-model="search"
placeholder="编号"
clearable
></el-input>
<el-button
v-if="mode=='ins'"
type="primary"
icon="el-icon-search"
@click="handleWprQuery"