Commit f02c34c0 authored by zhangjianguo's avatar zhangjianguo

修改编码获取

parent 6b656ce0
......@@ -43,7 +43,7 @@
</el-tooltip>
<el-input v-model="addMsg.Id" type="number" min="1" size="small" placeholder="请输入内容"
class="input-with-select">
<el-button slot="append">获取</el-button>
<el-button slot="append" @click="getcode()">获取</el-button>
</el-input>
</el-form-item>
<el-form-item label="商品名称" prop="Name">
......@@ -1836,6 +1836,10 @@
}
});
},
getcode(){//编码获取详情
this.GoodsId = this.addMsg.Id;
this.getData()
},
getData() {
this.apipost(
"/api/product/GetProductGoodsInfo", {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment