ruanqi 1 year ago
parent
commit
4df58b3842
  1. 17
      src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue
  2. 23
      src/views/modules/orderIssure/soIssueNotify/searchIssureNotifyForCK.vue
  3. 4
      src/views/modules/sys/user-add-or-update.vue

17
src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue

@ -823,6 +823,23 @@
status: true,
fixed: '',
columnWidth: 80
},{
userId: this.$store.state.user.name,
functionId: 701002,
serialNumber: '701002Table3Remark',
tableId: "701002Table3",
tableName: "申请单材料明细表",
columnProp: "remark",
headerAlign: "center",
align: "left",
columnLabel: "备注",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 160
},{
userId: this.$store.state.user.name,
functionId: 701002,

23
src/views/modules/orderIssure/soIssueNotify/searchIssureNotifyForCK.vue

@ -300,9 +300,9 @@
columnWidth: 100
},{
userId: this.$store.state.user.name,
functionId: 701002,
serialNumber: '701002Table1WorkShopName',
tableId: "701002Table1",
functionId: 701003,
serialNumber: '701003Table1WorkShopName',
tableId: "701003Table1",
tableName: "领料申请主表",
columnProp: "workShopName",
headerAlign: "center",
@ -768,6 +768,23 @@
status: true,
fixed: '',
columnWidth: 80
},{
userId: this.$store.state.user.name,
functionId: 701003,
serialNumber: '701003Table3Remark',
tableId: "701003Table3",
tableName: "申请单材料明细表",
columnProp: "remark",
headerAlign: "center",
align: "left",
columnLabel: "备注",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 160
},{
userId: this.$store.state.user.name,
functionId: 701003,

4
src/views/modules/sys/user-add-or-update.vue

@ -213,10 +213,6 @@ export default {
},
//
dataFormSubmit() {
if(this.dataForm.workShopId == null || this.dataForm.workShopId == ''){
this.$message.error("车间不能为空!");
return false;
}
this.$refs['dataForm'].validate((valid) => {
if (valid) {
this.$http({

Loading…
Cancel
Save