前端简单修改

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

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

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

Loading…
Cancel
Save