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