|
@@ -264,7 +264,7 @@ export default {
|
|
}
|
|
}
|
|
// 仓库管理权限设置是否显示 (当客户有且只有一条仓库管理权限时,不显示仓库信息)
|
|
// 仓库管理权限设置是否显示 (当客户有且只有一条仓库管理权限时,不显示仓库信息)
|
|
if (this.isShowWarehouse) {
|
|
if (this.isShowWarehouse) {
|
|
- arr.splice(7, 0, { title: '仓库', dataIndex: 'warehouseName', width: '11%', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true })
|
|
|
|
|
|
+ arr.splice(7, 0, { title: '仓库', dataIndex: 'warehouseName', width: '11%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true })
|
|
}
|
|
}
|
|
return arr
|
|
return arr
|
|
}
|
|
}
|
|
@@ -290,7 +290,7 @@ export default {
|
|
this.queryParam.buyerSn = undefined
|
|
this.queryParam.buyerSn = undefined
|
|
this.$refs.dealerSubareaScopeList.resetForm()
|
|
this.$refs.dealerSubareaScopeList.resetForm()
|
|
this.queryParam.salesBillNo = ''
|
|
this.queryParam.salesBillNo = ''
|
|
- this.queryParam.dispatchBillNo = '备货单号'
|
|
|
|
|
|
+ this.queryParam.dispatchBillNo = '' //备货单号
|
|
this.queryParam.stockOutNo = '' // 出库单号
|
|
this.queryParam.stockOutNo = '' // 出库单号
|
|
this.queryParam.billStatus = undefined
|
|
this.queryParam.billStatus = undefined
|
|
this.queryParam.printStatus = undefined
|
|
this.queryParam.printStatus = undefined
|