Browse Source

feat(接口): 数据同步接口测试版1.0

master
ljlong_2630 1 month ago
parent
commit
c072ddb552
  1. 4
      src/pages/outLocation/addForm.vue

4
src/pages/outLocation/addForm.vue

@ -164,7 +164,8 @@
number: '',
supplierName: '',
itemNumbers: [],
subList: []
subList: [],
costCenter:''
})
const form1 = ref({
itemNumber: "",
@ -359,6 +360,7 @@
form.value.supplierName = formData.supplierName
form.value.number = formData.number
form.value.id = formData.id
form.value.costCenter = formData.costCenter
}
await getInLocationDetail()
})

Loading…
Cancel
Save