|
@@ -1055,6 +1055,9 @@ export default {
|
|
|
{
|
|
|
value: '黑龙江启兴粮食贸易有限公司',
|
|
|
label: '黑龙江启兴粮食贸易有限公司'
|
|
|
+ }, {
|
|
|
+ value: '黑龙江中天昊元供应链有限公司',
|
|
|
+ label: '黑龙江中天昊元供应链有限公司'
|
|
|
}
|
|
|
],
|
|
|
companyNameOptions: [
|
|
@@ -1220,7 +1223,10 @@ export default {
|
|
|
{
|
|
|
value: '黑龙江启兴粮食贸易有限公司',
|
|
|
label: '黑龙江启兴粮食贸易有限公司'
|
|
|
- }
|
|
|
+ }, {
|
|
|
+ value: '黑龙江中天昊元供应链有限公司',
|
|
|
+ label: '黑龙江中天昊元供应链有限公司'
|
|
|
+ }
|
|
|
]
|
|
|
this.companyNameEWOptions = [
|
|
|
{
|
|
@@ -1262,7 +1268,10 @@ export default {
|
|
|
{
|
|
|
value: '黑龙江启兴粮食贸易有限公司',
|
|
|
label: '黑龙江启兴粮食贸易有限公司'
|
|
|
- }
|
|
|
+ }, {
|
|
|
+ value: '黑龙江中天昊元供应链有限公司',
|
|
|
+ label: '黑龙江中天昊元供应链有限公司'
|
|
|
+ }
|
|
|
]
|
|
|
if (localStorage.getItem('print_company_name')) {
|
|
|
this.companyName = localStorage.getItem('print_company_name')
|