|
@@ -599,7 +599,7 @@
|
|
|
style="margin-left: 4px;"
|
|
|
><i class="el-icon-search"></i>查询</el-button
|
|
|
>
|
|
|
- <el-button type="primary" @click="makeSureMaterial"
|
|
|
+ <el-button type="primary" @click="makeSelectMaterial"
|
|
|
><i class="el-icon-check"></i>确定</el-button
|
|
|
>
|
|
|
</el-form>
|
|
@@ -1122,7 +1122,7 @@ export default {
|
|
|
'&materialSpecificationText=' +
|
|
|
this.materialSpecificationText
|
|
|
},
|
|
|
- makeSureMaterial(){
|
|
|
+ makeSelectMaterial(){
|
|
|
if(!this.newFactoryPutForm.materialId || this.newFactoryPutForm.materialId == null || this.newFactoryPutForm.materialId == ''){
|
|
|
this.$message({
|
|
|
type: 'error',
|