|
|
@@ -384,7 +384,7 @@
|
|
|
<el-checkbox v-for="city in productsTypeoptions" :label="city.dictValue" :key="city.dictValue">{{ city.dictTag
|
|
|
}}</el-checkbox>
|
|
|
</el-checkbox-group>
|
|
|
- <el-button type="success" size="small" style="margin-left: 20px" @click="productAdd">产品录入</el-button>
|
|
|
+ <el-button type="success" size="small" style="margin-left: 20px" :disabled="productCostForm.productId.length==0" @click="productAdd">产品录入</el-button>
|
|
|
<el-button type="success" size="small" style="margin-left: 20px" @click="productHistory">历史记录</el-button>
|
|
|
</div>
|
|
|
<el-form :inline="true" :model="productpageRequest" class="demo-form-inline" size="small">
|