Browse Source

修改交易

devlop
buffeyu 4 years ago
parent
commit
30d40961e1
2 changed files with 5 additions and 5 deletions
  1. 6
      pages/trade/orderList.vue
  2. 4
      pages/trade/quotationList.vue

6
pages/trade/orderList.vue

@ -74,9 +74,9 @@ export default {
params: {
asc: '',
desc: '',
// customerEnterpriseId: this.$store.state.supplierInfo.id || null, // IDid
// mallSupplierId: this.$store.state.supplierInfo.supplierId || null, // id
customerEnterpriseId: '651107734133018624',
customerEnterpriseId: this.$store.state.supplierInfo.id || null, // IDid
mallSupplierId: this.$store.state.supplierInfo.supplierId || null, // id
// customerEnterpriseId: '651107734133018624',
// mallSupplierId: '670334117090562048', // id
status: '0' // 0 /30106,/30107,/30207,/30104
// enterpriseIds: [] //ID

4
pages/trade/quotationList.vue

@ -77,8 +77,8 @@ export default {
params: {
asc: '',
desc: '',
// mallSupplierIds: [this.$store.state.supplierInfo.supplierId], // ID
mallSupplierIds: ['553703427180466176'] // ID
mallSupplierIds: [this.$store.state.supplierInfo.supplierId], // ID
// mallSupplierIds: ['553703427180466176'] // ID
},
pagination: {
pageNum: 0, //

Loading…
Cancel
Save