|
@@ -2,7 +2,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="container">
|
|
<div class="container">
|
|
<!-- 表格 -->
|
|
<!-- 表格 -->
|
|
- <div v-if="this.compId=='!258fba198eea4cd1a5eddc71ba421b4a'" class="top_form" v-hasPermission="`warehouseManagement.warehouse.warehouseInfo.kan`">
|
|
|
|
|
|
+ <div v-if="this.compId!='258fba198eea4cd1a5eddc71ba421b4a'" class="top_form" v-hasPermission="`warehouseManagement.warehouse.warehouseInfo.kan`">
|
|
<div style='position:relative;' class="title">
|
|
<div style='position:relative;' class="title">
|
|
<span style="font-size:18px;font-weight: 600;margin-left:20px">今日储量明细</span><span style="color:#8890B1;font-size:16px">({{dateTime}})</span>
|
|
<span style="font-size:18px;font-weight: 600;margin-left:20px">今日储量明细</span><span style="color:#8890B1;font-size:16px">({{dateTime}})</span>
|
|
<ws-button type="primary" v-hasPermission="`warehouseManagement.warehouse.warehouseInfo.kan`" @click="handleall()" style="margin-left:20px;position:absolute;right:10px;top:50%;transform: translateY(-50%);">库存明细</ws-button>
|
|
<ws-button type="primary" v-hasPermission="`warehouseManagement.warehouse.warehouseInfo.kan`" @click="handleall()" style="margin-left:20px;position:absolute;right:10px;top:50%;transform: translateY(-50%);">库存明细</ws-button>
|
|
@@ -16,7 +16,7 @@
|
|
<el-form class="position" ref="deptBudgetList" :rules="rules" :model="deptBudgetList">
|
|
<el-form class="position" ref="deptBudgetList" :rules="rules" :model="deptBudgetList">
|
|
<div class="title"><span class="cangInfo">仓库信息</span></div>
|
|
<div class="title"><span class="cangInfo">仓库信息</span></div>
|
|
<!-- 仓储部负责人 -->
|
|
<!-- 仓储部负责人 -->
|
|
- <el-form-item v-if="this.compId=='!258fba198eea4cd1a5eddc71ba421b4a'" label-width="120px" label="仓储部负责人" span="1" prop="acceptanceMethod">
|
|
|
|
|
|
+ <el-form-item v-if="this.compId!='258fba198eea4cd1a5eddc71ba421b4a'" label-width="120px" label="仓储部负责人" span="1" prop="acceptanceMethod">
|
|
<el-input v-model="responsible" placeholder="暂无" maxlength="100" size="small" disabled/>
|
|
<el-input v-model="responsible" placeholder="暂无" maxlength="100" size="small" disabled/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<!--仓库名称-->
|
|
<!--仓库名称-->
|
|
@@ -44,7 +44,7 @@
|
|
<el-input v-model="warehouseInfo.personCharge" placeholder="暂无" maxlength="100" size="small" disabled/>
|
|
<el-input v-model="warehouseInfo.personCharge" placeholder="暂无" maxlength="100" size="small" disabled/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<!--其他负责人-->
|
|
<!--其他负责人-->
|
|
- <el-form-item v-if="this.compId=='!258fba198eea4cd1a5eddc71ba421b4a'" label-width="120px" label="其他驻库人员" span="1" prop="otherPersonCharge">
|
|
|
|
|
|
+ <el-form-item v-if="this.compId!='258fba198eea4cd1a5eddc71ba421b4a'" label-width="120px" label="其他驻库人员" span="1" prop="otherPersonCharge">
|
|
<!-- <el-select v-model="WarehouseInfo.otherPersonPhone" placeholder="暂无" @change="selectstaffOther" multiple filterable clearable collapse-tags disabled> -->
|
|
<!-- <el-select v-model="WarehouseInfo.otherPersonPhone" placeholder="暂无" @change="selectstaffOther" multiple filterable clearable collapse-tags disabled> -->
|
|
<el-input v-model="warehouseInfo.otherPersonCharge" placeholder="暂无" maxlength="100" size="small" disabled/>
|
|
<el-input v-model="warehouseInfo.otherPersonCharge" placeholder="暂无" maxlength="100" size="small" disabled/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -113,7 +113,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div v-if="this.compId=='!258fba198eea4cd1a5eddc71ba421b4a'" class="position">
|
|
|
|
|
|
+ <div v-if="this.compId!='258fba198eea4cd1a5eddc71ba421b4a'" class="position">
|
|
<div class="title"><span style="font-size:18px;font-weight: 600;margin-left:20px">当期储量</span></div>
|
|
<div class="title"><span style="font-size:18px;font-weight: 600;margin-left:20px">当期储量</span></div>
|
|
<ws-button type="primary" @click="handleAdd()" v-hasPermission="`warehouseManagement.warehouse.warehouseInfo.add`" style="margin-left:20px">添加</ws-button>
|
|
<ws-button type="primary" @click="handleAdd()" v-hasPermission="`warehouseManagement.warehouse.warehouseInfo.add`" style="margin-left:20px">添加</ws-button>
|
|
<ws-button v-hasPermission="`warehouseManagement.warehouse.warehouseInfo.view` " @click="handleLook()">查看</ws-button>
|
|
<ws-button v-hasPermission="`warehouseManagement.warehouse.warehouseInfo.view` " @click="handleLook()">查看</ws-button>
|