Browse Source

plm BM

master
ruanqi 2 years ago
parent
commit
d255285c35
  1. 2
      src/store/modules/user.js
  2. 2
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_packageInfo.vue
  3. 4
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_printing.vue
  4. 2
      src/views/modules/sampleManagement/technicalSpecificationDetail/technicalSpecificationDetail.vue

2
src/store/modules/user.js

@ -11,7 +11,7 @@ export default {
authControl: '',
userSite: 0,
bmPicUrl:'http://172.19.1.142:80/upload/',
//bmPicUrl:'http://192.168.1.83:81/upload/',
// bmPicUrl:'http://192.168.1.83:81/upload/',
},
mutations: {
updateId (state, id) {

2
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_packageInfo.vue

@ -305,7 +305,7 @@
buNo:'',
},
ifDisableFlag:false,
picUrl:this.$store.state.user.bmPicUrl+'默认出纸方向.png',
picUrl:this.$store.state.user.bmPicUrl+'defaultPaperOrientation.png',
dataForm:{
site: '',
codeNo:'',

4
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_printing.vue

@ -207,7 +207,7 @@
</div>
</el-form>
<el-form label-position="top" style="margin-top:10px; margin-left: 0px;text-align:center">
<el-form label-position="top" style="margin-top:10px; margin-left: 0px;text-align:center" v-if="!ifDisableFlag">
<el-button type="primary" @click="saveData()" >保存</el-button>
</el-form>
@ -283,7 +283,7 @@
codeNo: '',
buNo:'',
},
picUrl:this.$store.state.user.bmPicUrl+'默认出纸方向.png',
picUrl:this.$store.state.user.bmPicUrl+'defaultPaperOrientation.png',
ifDisableFlag:false,
dataForm:{
site: '',

2
src/views/modules/sampleManagement/technicalSpecificationDetail/technicalSpecificationDetail.vue

@ -147,7 +147,7 @@
}else if(this.activeName == 'bom'){
this.getBom();
}else if(this.activeName == 'routing'){
this.changeHeight(1400);
this.changeHeight(1100);
this.getRouting();
}else if(this.activeName == 'technicalRequirement'){
this.getTechnicalRequirement();

Loading…
Cancel
Save