diff --git a/src/option/distribution/arteryDistrilbutionBillLadingList.js b/src/option/distribution/arteryDistrilbutionBillLadingList.js index 39a741cd..6ca09a5c 100644 --- a/src/option/distribution/arteryDistrilbutionBillLadingList.js +++ b/src/option/distribution/arteryDistrilbutionBillLadingList.js @@ -4,6 +4,7 @@ export const columnList = [ prop: '', label: '复选框', type: 0, + checkarr: [], width: 55, fixed: true, }, @@ -12,6 +13,7 @@ export const columnList = [ label: '序号', type: 12, values: '', + checkarr: [], width: 55, fixed: true, }, diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index 4364433a..72af7f69 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -392,11 +392,11 @@ - - + --> + + + + +
>>>>>>>>>', row); - console.log(row.id,'复合签收'); - $_getDetail({id:row.id}).then(res=>{ - console.log(res,'复合返回值'); - }) + console.log(row.id, '复合签收'); + $_getDetail({ id: row.id }).then(res => { + console.log(res, '复合返回值'); + }); this.signtitle = '复核签收'; // this.view = true; this.signform = row; @@ -3370,14 +3494,16 @@ export default { getWrapdetails(page) { let params = {}; params.reservationId = this.wid; - getWrapdetail(page.currentPage, page.pageSize, Object.assign(params, this.query)).then( - res => { - console.log('查看>>>>>>>', res.data.data); - const data = res.data.data; - this.wrapdata = data.records; - this.wpage.total = data.total; - } - ); + getWrapdetail( + page.currentPage, + page.pageSize, + Object.assign(params, this.wrapoption.query) + ).then(res => { + console.log('查看>>>>>>>', res.data.data); + const data = res.data.data; + this.wrapdata = data.records; + this.wpage.total = data.total; + }); }, handleDelete() { @@ -3448,6 +3574,10 @@ export default { this.wpage.pageSize = pageSize; this.getWrapdetails(this.wpage); }, + winputsc(index, row) { + this.wrapoption.query[row.prop] = index; + this.getWrapdetails(this.wpage); + }, pcurrentChange(currentPage) { this.packpage.currentPage = currentPage; this.handlePackage(this.packpage); diff --git a/src/views/distribution/inventory/arteryDistrilbutionBillLadingList.vue b/src/views/distribution/inventory/arteryDistrilbutionBillLadingList.vue index 71656729..a334d27b 100644 --- a/src/views/distribution/inventory/arteryDistrilbutionBillLadingList.vue +++ b/src/views/distribution/inventory/arteryDistrilbutionBillLadingList.vue @@ -42,24 +42,27 @@
新 增 编 辑 - 添加提货数据 - 提货完成 - 取消完成 - 取消提货 - 结 算 - 取消结算 + + 添加提货数据 + + + 开始提货 + + + 取消提货 + + + 提货完成 + + + 取消完成 + + + 结 算 + + + 取消结算 + @@ -73,48 +76,44 @@
- - - - - - -