yeawood_consts 1.0.32 → 1.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +5 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -60,6 +60,11 @@ exports.TENDER_QUOTATION_TYPES = [
|
|
|
60
60
|
{ label: '多轮次报价', value: 1 }
|
|
61
61
|
]
|
|
62
62
|
|
|
63
|
+
exports.TENDER_DECREASE_BASIS = [
|
|
64
|
+
{ label: '我方上轮报价', value: 'bidder' },
|
|
65
|
+
{ label: '目前最优报价', value: 'winner' }
|
|
66
|
+
]
|
|
67
|
+
|
|
63
68
|
exports.TENDER_PROJECT_STATE_PREVIEWING = 0
|
|
64
69
|
exports.TENDER_PROJECT_STATE_PREVIEWED = 1
|
|
65
70
|
exports.TENDER_PROJECT_STATE_QUOTING = 2
|