Compare commits

..

No commits in common. "9ec1c19b585e00f65406f6cf8f30b810cbd2ad3d" and "ff01e3ec3ea500e01002519baa70912d1ed5598d" have entirely different histories.

1 changed files with 2 additions and 0 deletions

View File

@ -10,12 +10,14 @@
<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"