|
|
|
@ -231,11 +231,7 @@
|
|
|
|
|
width="90%" |
|
|
|
|
:model="addvalue" |
|
|
|
|
> |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
@click="Batchmodifycustomers" |
|
|
|
|
>批量修改客户 |
|
|
|
|
</el-button> |
|
|
|
|
<el-button type="primary" @click="Batchmodifycustomers">批量修改客户 </el-button> |
|
|
|
|
<tablecmt |
|
|
|
|
ref="orderTableNode" |
|
|
|
|
:columnList="stockArtcolumnList" |
|
|
|
@ -461,7 +457,10 @@
|
|
|
|
|
<el-input v-model="clientData.customerName" placeholder="请输入用户名称"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="用户电话:"> |
|
|
|
|
<el-input v-model="clientData.customerTelephone" placeholder="请输入用户电话"></el-input> |
|
|
|
|
<el-input |
|
|
|
|
v-model="clientData.customerTelephone" |
|
|
|
|
placeholder="请输入用户电话" |
|
|
|
|
></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="用户地址:"> |
|
|
|
|
<el-input v-model="clientData.customerAddress" placeholder="请输入用户地址"></el-input> |
|
|
|
@ -1332,17 +1331,6 @@ export default {
|
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'incomingBatch', |
|
|
|
|
label: '入库批次', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: true, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// prop: 'serviceTypeName', |
|
|
|
|
// label: '服务类型', |
|
|
|
@ -1359,12 +1347,32 @@ export default {
|
|
|
|
|
label: '订单自编号', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
width: '240', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: true, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'descriptionGoods', |
|
|
|
|
label: '物料名称', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: true, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'cargoNumber', |
|
|
|
|
label: '物料编码', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: true, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'serviceNumber', |
|
|
|
|
label: '服务号', |
|
|
|
@ -1372,19 +1380,20 @@ export default {
|
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: true, |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'descriptionGoods', |
|
|
|
|
label: '物料名称', |
|
|
|
|
prop: 'incomingBatch', |
|
|
|
|
label: '入库批次', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// prop: 'warehouse', |
|
|
|
@ -1406,16 +1415,6 @@ export default {
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'cargoNumber', |
|
|
|
|
label: '物料编码', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'marketName', |
|
|
|
|
label: '商场/客户', |
|
|
|
@ -1423,7 +1422,7 @@ export default {
|
|
|
|
|
values: '', |
|
|
|
|
width: '130', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
fixed: true, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -2020,14 +2019,14 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
// 最大数量 |
|
|
|
|
maxSum() { |
|
|
|
|
let max=0 |
|
|
|
|
let max = 0; |
|
|
|
|
this.zeroOrderData.forEach(item => { |
|
|
|
|
console.log(item); |
|
|
|
|
max += item.deliveryQuantity; //冻结数量 |
|
|
|
|
}) |
|
|
|
|
let maxs = this.obj.handQuantity -max |
|
|
|
|
return maxs |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
let maxs = this.obj.handQuantity - max; |
|
|
|
|
return maxs; |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
methods: { |
|
|
|
@ -2175,24 +2174,24 @@ export default {
|
|
|
|
|
ElMessage({ |
|
|
|
|
message: '请勾选要批量修改的数据', |
|
|
|
|
type: 'warning', |
|
|
|
|
}) |
|
|
|
|
}); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
let State= this.orderList.every(item=>item.mallName==this.orderList[0].mallName) |
|
|
|
|
let State = this.orderList.every(item => item.mallName == this.orderList[0].mallName); |
|
|
|
|
|
|
|
|
|
if (!State) { |
|
|
|
|
ElMessage({ |
|
|
|
|
message: '请勾选商场名称一样的单子', |
|
|
|
|
type: 'warning', |
|
|
|
|
}) |
|
|
|
|
return |
|
|
|
|
}); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// this.orderList |
|
|
|
|
this.clientData={} |
|
|
|
|
this.clientData.mallName= this.orderList[0].mallName |
|
|
|
|
this.dialogVisible=true |
|
|
|
|
this.clientData = {}; |
|
|
|
|
this.clientData.mallName = this.orderList[0].mallName; |
|
|
|
|
this.dialogVisible = true; |
|
|
|
|
}, |
|
|
|
|
handleCheckedCitiesChange(value) { |
|
|
|
|
if (value) { |
|
|
|
@ -2309,49 +2308,50 @@ export default {
|
|
|
|
|
submitClient() { |
|
|
|
|
if (this.orderList.length) { |
|
|
|
|
let data = { |
|
|
|
|
entityList:[] |
|
|
|
|
} |
|
|
|
|
entityList: [], |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
this.orderList.forEach(item => { |
|
|
|
|
item.customerName = this.clientData.customerName; //用户名称 |
|
|
|
|
item.customerTelephone = this.clientData.customerTelephone; //用户电话 |
|
|
|
|
item.customerAddress = this.clientData.customerAddress; //用户地址 |
|
|
|
|
data['entityList'].push(item) |
|
|
|
|
}) |
|
|
|
|
this.loading=true |
|
|
|
|
data['entityList'].push(item); |
|
|
|
|
}); |
|
|
|
|
this.loading = true; |
|
|
|
|
this.dialogVisible = false; //关闭修改谈弹窗 |
|
|
|
|
$_updateBatchClient(data).then(res=>{ |
|
|
|
|
$_updateBatchClient(data) |
|
|
|
|
.then(res => { |
|
|
|
|
console.log(res, '修改成功'); |
|
|
|
|
if (res.data.code == 200) { |
|
|
|
|
ElMessage({ |
|
|
|
|
message: res.data.msg, |
|
|
|
|
type: 'success', |
|
|
|
|
}) |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
this.onLoadOrder(this.page); |
|
|
|
|
this.orderList=[] |
|
|
|
|
this.orderList = []; |
|
|
|
|
} |
|
|
|
|
}).catch(()=>{ |
|
|
|
|
this.loading=false |
|
|
|
|
}).finally(()=>{ |
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
.catch(() => { |
|
|
|
|
this.loading = false; |
|
|
|
|
}) |
|
|
|
|
.finally(() => {}); |
|
|
|
|
} else { |
|
|
|
|
this.loading=true |
|
|
|
|
this.loading = true; |
|
|
|
|
this.dialogVisible = false; //关闭修改弹出 |
|
|
|
|
console.log('this.client===============>', this.clientData); |
|
|
|
|
updateClient(this.clientData).then(res => { |
|
|
|
|
updateClient(this.clientData) |
|
|
|
|
.then(res => { |
|
|
|
|
console.log('res>>>>>>>>>>>', res.data.data); |
|
|
|
|
this.orderList=[] |
|
|
|
|
this.orderList = []; |
|
|
|
|
this.onLoadOrder(this.page); |
|
|
|
|
this.dialogVisible = false; |
|
|
|
|
}).catch(()=>{ |
|
|
|
|
this.loading=false |
|
|
|
|
}).finally(()=>{ |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
}) |
|
|
|
|
.catch(() => { |
|
|
|
|
this.loading = false; |
|
|
|
|
}) |
|
|
|
|
.finally(() => {}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// 选择包件信息 |
|
|
|
|