|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div>
|
|
|
|
|
|
+ <div style="width: 100%">
|
|
<a-input-group v-if="kind === 'material'" compact style="width: 100%; top: 0px">
|
|
<a-input-group v-if="kind === 'material'" compact style="width: 100%; top: 0px">
|
|
<a-select
|
|
<a-select
|
|
placeholder="输入批次号或名称"
|
|
placeholder="输入批次号或名称"
|
|
@@ -12,6 +12,7 @@
|
|
notFoundContent="需在商品管理先新增才能使用"
|
|
notFoundContent="需在商品管理先新增才能使用"
|
|
@search="handleSearch"
|
|
@search="handleSearch"
|
|
@change="handleChange"
|
|
@change="handleChange"
|
|
|
|
+ style="width: 100%"
|
|
>
|
|
>
|
|
<div slot="dropdownRender" slot-scope="menu">
|
|
<div slot="dropdownRender" slot-scope="menu">
|
|
<v-nodes :vnodes="menu" />
|
|
<v-nodes :vnodes="menu" />
|
|
@@ -25,7 +26,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<a-select-option v-for="item in materialData" :key="item.batchNumber">
|
|
<a-select-option v-for="item in materialData" :key="item.batchNumber">
|
|
- {{ item.materialStr }}
|
|
|
|
|
|
+ {{ item.batchNumber }}
|
|
</a-select-option>
|
|
</a-select-option>
|
|
</a-select>
|
|
</a-select>
|
|
<a-button icon="search" @click="onSearch" />
|
|
<a-button icon="search" @click="onSearch" />
|