|
|
@@ -219,7 +219,19 @@
|
|
|
|
|
|
<el-row>
|
|
|
<el-col :span="8" label-width="100px">
|
|
|
- <el-form-item label="基本数量" prop="baseCount">
|
|
|
+ <el-form-item
|
|
|
+ label="基本数量"
|
|
|
+ prop="baseCount"
|
|
|
+ v-if="clientEnvironmentId != 9"
|
|
|
+ >
|
|
|
+ <el-input
|
|
|
+ placeholder=""
|
|
|
+ v-model="attributeData.baseCount"
|
|
|
+ :disabled="attributeData.approvalStatus != 0"
|
|
|
+ ></el-input>
|
|
|
+ </el-form-item>
|
|
|
+
|
|
|
+ <el-form-item label="可制件数" prop="baseCount" v-else>
|
|
|
<el-input
|
|
|
placeholder=""
|
|
|
v-model="attributeData.baseCount"
|
|
|
@@ -228,6 +240,16 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
|
|
+ <!-- <el-col :span="8" label-width="100px">
|
|
|
+ <el-form-item label="可制件数" prop="baseCount">
|
|
|
+ <el-input
|
|
|
+ placeholder=""
|
|
|
+ v-model="attributeData.baseCount"
|
|
|
+ :disabled="attributeData.approvalStatus != 0"
|
|
|
+ ></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col> -->
|
|
|
+
|
|
|
<el-col :span="8" label-width="100px">
|
|
|
<el-form-item label="物料库路径" prop="name">
|
|
|
<el-input
|
|
|
@@ -380,6 +402,12 @@
|
|
|
};
|
|
|
},
|
|
|
|
|
|
+ computed: {
|
|
|
+ clientEnvironmentId() {
|
|
|
+ return this.$store.state.user.info.clientEnvironmentId;
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
created() {
|
|
|
// this.getDictList('productionType');
|
|
|
this.getAttriButeList('inventory_type');
|