src/views/plan/manufacturingorder/customerorder.vue
@@ -321,16 +321,6 @@ </el-tab-pane> </el-tabs> </el-form> <span slot="footer" class="dialog-footer"> <el-button @click="visible = false">取消</el-button> <el-button type="primary" :disabled="buttonDisable" v-thinclick="`dataFormSubmit`" v-if="editable" >确定</el-button > </span> </el-tab-pane> </el-tabs> </template> @@ -369,6 +359,8 @@ fileList: [], title: '', orderParamList: [], progrecessFileLoading: false, editable: true, isFullScreen: false, visible: false, buttonDisable: false,