创建采购合同和零件导入

This commit is contained in:
liushuai
2018-12-05 20:09:23 +08:00
16 changed files with 318 additions and 110 deletions

View File

@@ -1046,6 +1046,7 @@ export default {
this.form3.数量 = ''
if (response.data[0].result === '1') {
this.searchCargoBoxDetailed()
this.searchPackingListDetails()
searchParts(this.code).then(response => {
this.tableData4 = response.data
})