|
@@ -221,6 +221,7 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
|
|
+import { getCookie } from '@/utils/util.js'
|
|
export default {
|
|
export default {
|
|
name: 'TransportPrice',
|
|
name: 'TransportPrice',
|
|
data() {
|
|
data() {
|
|
@@ -277,6 +278,7 @@ export default {
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
if (getCookie('orgCode') == 'shouhuokehu') {
|
|
if (getCookie('orgCode') == 'shouhuokehu') {
|
|
|
|
+ console.log('这里')
|
|
this.showConsignee = true
|
|
this.showConsignee = true
|
|
this.option.requestUrl = ''
|
|
this.option.requestUrl = ''
|
|
}
|
|
}
|