src/views/plan/manufacturingorder/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/warehouse/pallettransports/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
vue.config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/plan/manufacturingorder/index.vue
@@ -1446,6 +1446,7 @@ }, // table自带事件 handleSelectionChange(val) { console.log(val,"一行"); let orderData = [] orderData =val.map( el =>{ return{ src/views/warehouse/pallettransports/index.vue
@@ -663,15 +663,15 @@ }, // 删除移库明细 delDetail(row) { /* const delRow = this.palletTransportsDetailData.find((item) => { const delRow = this.palletTransportsDetailData.find((item) => { return item.id === row.id }) */ }) delPalletTransportsDetailObj(row.id).then((response) => { const resData = response.data if (resData.code === 0) { // const findRowIndex = this.palletTransportsDetailData.indexOf(delRow) // this.palletTransportsDetailData.splice(findRowIndex, 1) const findRowIndex = this.palletTransportsDetailData.indexOf(delRow) // console.log("ttttt",findRowIndex); this.palletTransportsDetailData.splice(findRowIndex, 1) this.$message.success('移库明细删除成功') // this.getPalletTransportsMaterialData() const currRow = this.currPalletTransportsRow @@ -705,6 +705,7 @@ if (resData.code === 0) { this.$message.success('执行成功') // this.getPalletTransportsMaterialData() this.palletTransportsDetailData=[] const currRow = this.currPalletTransportsRow this.getPallettransportsData().then(() => { if (currRow) { vue.config.js
@@ -3,11 +3,12 @@ * https://cli.vuejs.org/zh/config/ */ // const url = 'http://192.168.2.7:9999' const url = 'http://192.168.32.45:9999' //const url = 'http://192.168.2.7:9999' //const url = 'http://192.168.32.45:9999' // const url = 'http://192.168.0.23:9999' const url = 'http://localhost:9999' // const url = 'http://localhost:9999' // const url = 'http://ztt-gateway:9999' const localUrl = 'http://localhost:8089'