成组配套

This commit is contained in:
liushuai
2018-11-26 10:37:47 +08:00
parent 3b61ca7f7a
commit bd052a9dd5
4 changed files with 388 additions and 14 deletions

View File

@@ -490,6 +490,9 @@ export default {
methods: {
searchData() {
searchData(this.contractNumValue).then(response => {
for (let j = 0; j < response.data.length; j++) {
response.data[j].物料计划到货时间 = (response.data[j].物料计划到货时间).split(' ')[0]
}
this.tableData3 = response.data
for (let i = 0; i < response.data.length; i++) {
this.deliveryDay[i] = 0