|
|
@@ -11,7 +11,7 @@
|
|
|
</span>
|
|
|
<span style="float: right;">
|
|
|
<el-button type="primary" size="mini" style="margin-right: 15px" @click="printBtn" v-if="formData.IsPay == '1'">打印</el-button>
|
|
|
- <el-button type="primary" size="mini" style="margin-right: 15px" @click="submitPay" v-if="formData.IsPay == '1'">提交缴费</el-button>
|
|
|
+ <!--<el-button type="primary" size="mini" style="margin-right: 15px" @click="submitPay" v-if="formData.IsPay == '1'">提交缴费</el-button>-->
|
|
|
<router-link :to="'/oilsupplier/paymentinfo'">
|
|
|
<el-button type="primary" size="mini">返回</el-button>
|
|
|
</router-link>
|
|
|
@@ -31,7 +31,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="缴费金额">
|
|
|
- <el-input v-model="formData.Amount" placeholder="请输入" style="width: 100%" :disabled="formData.IsPay != '0'" ></el-input>
|
|
|
+ <el-input v-model="formData.Amount" placeholder="请输入" style="width: 100%" :disabled="formData.IsPay != '0' || authUser.Profile.IsCompanyUser==1 " ></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
@@ -79,7 +79,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-form-item :span="24" style="text-align: center;">
|
|
|
- <el-button type="primary" size="small" @click="updateEntity" v-if="formData.IsPay == '0'"><i class="el-icon-circle-check"></i>保存</el-button>
|
|
|
+ <el-button type="primary" size="small" @click="updateEntity" v-if="formData.IsPay == '0' && authUser.Profile.IsCompanyUser!=1 "><i class="el-icon-circle-check"></i>保存</el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</el-card>
|