|
@@ -80,7 +80,7 @@
|
|
|
<el-input readonly v-model="planInfo.productNum"></el-input>
|
|
<el-input readonly v-model="planInfo.productNum"></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="6" v-if="produceType == 2">
|
|
|
|
|
|
|
+ <el-col :span="6" v-if="produceType != 2">
|
|
|
<el-form-item label="未发总数:">
|
|
<el-form-item label="未发总数:">
|
|
|
<el-input
|
|
<el-input
|
|
|
readonly
|
|
readonly
|
|
@@ -97,7 +97,7 @@
|
|
|
></el-input>
|
|
></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="6" v-if="produceType == 2">
|
|
|
|
|
|
|
+ <el-col :span="6" v-if="produceType!= 2">
|
|
|
<el-form-item label="在制总数:">
|
|
<el-form-item label="在制总数:">
|
|
|
<el-input
|
|
<el-input
|
|
|
readonly
|
|
readonly
|
|
@@ -105,7 +105,7 @@
|
|
|
></el-input>
|
|
></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="6" v-if="produceType == 2">
|
|
|
|
|
|
|
+ <el-col :span="6" v-if="produceType != 2">
|
|
|
<el-form-item label="最终缺料数量:">
|
|
<el-form-item label="最终缺料数量:">
|
|
|
<el-input
|
|
<el-input
|
|
|
readonly
|
|
readonly
|