前端简单修改

修改无法修改品规bug
bozhou-古井贡酒
LAPTOP-S9HJSOEB\昊天 2 years ago
parent cf9bb5cc8a
commit b62e496856

@ -31,11 +31,10 @@
<a-select showSearch
ref="select"
:filter-option="filterOption"
style="width: 100%"
:placeholder="checkObj.category"
:defaultValue="checkObj.category"
:filterOption="filterOption"
@change="change"
>
<a-select-option v-for="i in categorys" :key="i">
@ -54,7 +53,7 @@
style="width: 100%"
v-model="checkObj.count"
:min="0"
:max="50"
:max="150"
/>
</span>
@ -173,10 +172,7 @@ export default {
// key: 'lotnum'
// },
{
label: "托盘码",
key: "wmsCode",
},
{
label: "盘点任务号",
key: "checkNum",
@ -240,6 +236,12 @@ export default {
handleChangeVlue(value){
this.checkObj.category = value
},
change(value){
console.log(value);
this.checkObj.category = value
},
//
getStockInfo(row, column) {
this.$api.httpApi

@ -155,10 +155,7 @@ export default {
},
imgUrl: imgUrl,
columns: [
{
title: "盘点批次号",
dataIndex: "lotnum",
},
{
title: "巷道名称",
dataIndex: "streetName",

Loading…
Cancel
Save