|
@@ -240,9 +240,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
|
- isShowWarehouse () {
|
|
|
- return this.$store.state.app.isWarehouse
|
|
|
- },
|
|
|
columns () {
|
|
|
const arr = [
|
|
|
{ title: '序号', dataIndex: 'no', width: '4%', align: 'center' },
|
|
@@ -266,7 +263,7 @@ export default {
|
|
|
if (this.$hasPermissions('M_examineVerifyList_salesPrice')) { // 售价权限
|
|
|
arr.splice(this.isShowWarehouse ? 9 : 8, 0, { title: '售价', dataIndex: 'totalAmount', width: '5%', align: 'right', customRender: text => ((text || text == 0) ? this.toThousands(text) : '--') })
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
return arr
|
|
|
}
|
|
|
},
|
|
@@ -291,7 +288,7 @@ export default {
|
|
|
this.queryParam.buyerSn = undefined
|
|
|
this.$refs.dealerSubareaScopeList.resetForm()
|
|
|
this.queryParam.salesBillNo = ''
|
|
|
- this.queryParam.dispatchBillNo = '' //备货单号
|
|
|
+ this.queryParam.dispatchBillNo = '' // 备货单号
|
|
|
this.queryParam.stockOutNo = '' // 出库单号
|
|
|
this.queryParam.billStatus = undefined
|
|
|
this.queryParam.printStatus = undefined
|