Compare commits

...

2 Commits

Author SHA1 Message Date
shijing 9ec1c19b58 Merge branch 'master' of http://gitea.xxhhcty.xyz:8080/zcdsj/factory_web 2026-05-14 09:25:35 +08:00
shijing 8df5d97916 fix:禅道406 2026-05-14 09:25:32 +08:00
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"