物流管理
This commit is contained in:
@@ -331,7 +331,7 @@
|
|||||||
v-model="form.GonghuoshangValue"
|
v-model="form.GonghuoshangValue"
|
||||||
placeholder="请选择"
|
placeholder="请选择"
|
||||||
filterable
|
filterable
|
||||||
style="margin-bottom: 3px;margin-top: 10px"
|
style="width:200px"
|
||||||
size="small"
|
size="small"
|
||||||
clearable>
|
clearable>
|
||||||
<el-option
|
<el-option
|
||||||
@@ -611,6 +611,8 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getGonghuoshang() { // 供货商初始化查询
|
getGonghuoshang() { // 供货商初始化查询
|
||||||
|
this.Gonghuoshang = []
|
||||||
|
this.Gonghuoshang2 = []
|
||||||
getSupplier1(0, 0).then(response => {
|
getSupplier1(0, 0).then(response => {
|
||||||
response.data.map(v => {
|
response.data.map(v => {
|
||||||
this.Gonghuoshang.push({
|
this.Gonghuoshang.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user