Commit b4449cb3 by LJM

bug

parent 7245a7c4
Showing with 2 additions and 1 deletions
......@@ -150,7 +150,7 @@
<view class="form-input">
<view class="input-title"><text class="input-title-t2">物流单号:</text></view>
<view class="input-box">
<template v-if="formParams.real_shipping_type == 1 && formParams.real_shipping_id == 1">
<template v-if="formParams.real_shipping_type == 1 && formParams.real_shipping_id == 1 && company_id == 1">
<input type="text" disabled style="background-color: #f6f6f6;border: 1px solid #eee;" class="uni-input" placeholder-style="color:#919399" placeholder="请输入" v-model="formParams.shipping_code" />
</template>
<template v-else>
......@@ -231,6 +231,7 @@ import debounce from 'lodash/debounce';
export default {
data() {
return {
company_id: uni.getStorageSync('company_id') || 1,
input_flag: false,
flag: false,
page: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment