Browse Source

修改登录输入框内容,修改预算计划流程

dev
long 2 years ago
parent
commit
85291f4dd8
  1. 2
      .env.production
  2. 2
      package.json
  3. 175
      src/views/activiti/form/ProcessMaterialWarehousingForm.vue
  4. 200
      src/views/activiti/form/ProcessUdgetPlanForm.vue
  5. 4
      src/views/user/Login.vue

2
.env.production

@ -1,4 +1,4 @@
NODE_ENV=production NODE_ENV=production
VUE_APP_API_BASE_URL=https://bootapi.jeecg.com VUE_APP_API_BASE_URL=http://haoyi.scyp.ink/prod-api
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview

2
package.json

@ -6,7 +6,7 @@
"pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ", "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build:test": "vue-cli-service build --mode test", "build:test": "vue-cli-service build --mode test",
"build": "vue-cli-service build", "build": "vue-cli-service build --mode production",
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {

175
src/views/activiti/form/ProcessMaterialWarehousingForm.vue

@ -31,7 +31,8 @@
</a-col> </a-col>
<a-col :span="12" > <a-col :span="12" >
<a-form-item label="物资类型" :labelCol="labelCol" :wrapperCol="wrapperCol"> <a-form-item label="物资类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input-number v-decorator="['materialType']" placeholder="请输入物资类型" style="width: 100%" dictCode="material_type"/> <j-dict-select-tag type="list" v-decorator="['materialType']" :trigger-change="true" dictCode="material_type"
placeholder="请选择物资类型"/>
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :span="12" > <a-col :span="12" >
@ -135,92 +136,92 @@ import JSelectCompany from '../../../components/jeecgbiz/JSelectCompany'
loading: false, loading: false,
dataSource: [], dataSource: [],
columns: [ columns: [
{ // {
title: '物料组', // title: '',
key: 'materialGroup', // key: 'materialGroup',
type: FormTypes.sel_search, // type: FormTypes.sel_search,
dictCode:"", // dictCode:"",
width:"200px", // width:"200px",
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue:'', // defaultValue:'',
}, // },
{ // {
title: '物料号', // title: '',
key: 'materialNumber', // key: 'materialNumber',
type: FormTypes.sel_search, // type: FormTypes.sel_search,
dictCode:"", // dictCode:"",
width:"200px", // width:"200px",
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue:'', // defaultValue:'',
}, // },
{ // {
title: '物料描述', // title: '',
key: 'materialDescription', // key: 'materialDescription',
type: FormTypes.input, // type: FormTypes.input,
width:"200px", // width:"200px",
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue:'', // defaultValue:'',
}, // },
{ // {
title: '仓储地点_id', // title: '_id',
key: 'unitWasteWarehouseCodeId', // key: 'unitWasteWarehouseCodeId',
type: FormTypes.sel_search, // type: FormTypes.sel_search,
dictCode:"", // dictCode:"",
width:"200px", // width:"200px",
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue:'', // defaultValue:'',
}, // },
{ // {
title: '生产时间', // title: '',
key: 'productionTime', // key: 'productionTime',
type: FormTypes.date, // type: FormTypes.date,
width:"200px", // width:"200px",
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue:'', // defaultValue:'',
}, // },
{ // {
title: '保质期', // title: '',
key: 'expirationDate', // key: 'expirationDate',
type: FormTypes.date, // type: FormTypes.date,
width:"200px", // width:"200px",
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue:'', // defaultValue:'',
}, // },
{ // {
title: '是否到货', // title: '',
key: 'arrivalNotice', // key: 'arrivalNotice',
type: FormTypes.select, // type: FormTypes.select,
dictCode:"", // dictCode:"",
width:"200px", // width:"200px",
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue:'', // defaultValue:'',
}, // },
{ // {
title: '入库时间', // title: '',
key: 'storageTime', // key: 'storageTime',
type: FormTypes.date, // type: FormTypes.date,
width:"200px", // width:"200px",
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue:'', // defaultValue:'',
}, // },
{ // {
title: '入库人', // title: '',
key: 'librarySign', // key: 'librarySign',
type: FormTypes.sel_search, // type: FormTypes.sel_search,
dictCode:"", // dictCode:"",
width:"200px", // width:"200px",
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue:'', // defaultValue:'',
}, // },
{ // {
title: '核算属性', // title: '',
key: 'materialType', // key: 'materialType',
type: FormTypes.sel_search, // type: FormTypes.sel_search,
dictCode:"", // dictCode:"",
width:"200px", // width:"200px",
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue:'', // defaultValue:'',
}, // },
{ {
title: '器材编号', title: '器材编号',
key: 'equipment', key: 'equipment',

200
src/views/activiti/form/ProcessUdgetPlanForm.vue

@ -5,6 +5,11 @@
<!-- 主表单区域 --> <!-- 主表单区域 -->
<a-form :form="form" slot="detail"> <a-form :form="form" slot="detail">
<a-row> <a-row>
<a-col :span="12" v-show="false">
<a-form-item label="ID" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input v-decorator="['id']" placeholder="" style="width: 100%"/>
</a-form-item>
</a-col>
<a-col :span="12"> <a-col :span="12">
<a-form-item label="流程发起公司" :labelCol="labelCol" :wrapperCol="wrapperCol"> <a-form-item label="流程发起公司" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-select-company v-decorator="['company']" multi/> <j-select-company v-decorator="['company']" multi/>
@ -89,7 +94,7 @@
const VALIDATE_NO_PASSED = Symbol() const VALIDATE_NO_PASSED = Symbol()
import pick from 'lodash.pick' import pick from 'lodash.pick'
import { getAction } from '@/api/manage' import { getAction,httpAction } from '@/api/manage'
import { FormTypes, getRefPromise,validateFormAndTables } from '@/utils/JEditableTableUtil' import { FormTypes, getRefPromise,validateFormAndTables } from '@/utils/JEditableTableUtil'
import { JEditableTableMixin } from '@/mixins/JEditableTableMixin' import { JEditableTableMixin } from '@/mixins/JEditableTableMixin'
import JFormContainer from '@/components/jeecg/JFormContainer' import JFormContainer from '@/components/jeecg/JFormContainer'
@ -158,70 +163,70 @@
placeholder: '请输入${title}', placeholder: '请输入${title}',
defaultValue: '' defaultValue: ''
}, },
{ // {
title: '物料描述', // title: '',
key: 'materialDescription', // key: 'materialDescription',
type: FormTypes.input, // type: FormTypes.input,
width: '200px', // width: '200px',
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue: '' // defaultValue: ''
}, // },
{ // {
title: '仓储地点_id', // title: '_id',
key: 'unitWasteWarehouseCodeId', // key: 'unitWasteWarehouseCodeId',
type: FormTypes.input, // type: FormTypes.input,
width: '200px', // width: '200px',
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue: '' // defaultValue: ''
}, // },
{ // {
title: '生产时间', // title: '',
key: 'productionTime', // key: 'productionTime',
type: FormTypes.date, // type: FormTypes.date,
width: '200px', // width: '200px',
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue: '' // defaultValue: ''
}, // },
{ // {
title: '保质期', // title: '',
key: 'expirationDate', // key: 'expirationDate',
type: FormTypes.date, // type: FormTypes.date,
width: '200px', // width: '200px',
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue: '' // defaultValue: ''
}, // },
{ // {
title: '是否到货', // title: '',
key: 'arrivalNotice', // key: 'arrivalNotice',
type: FormTypes.inputNumber, // type: FormTypes.inputNumber,
width: '200px', // width: '200px',
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue: '' // defaultValue: ''
}, // },
{ // {
title: '入库时间', // title: '',
key: 'storageTime', // key: 'storageTime',
type: FormTypes.date, // type: FormTypes.date,
width: '200px', // width: '200px',
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue: '' // defaultValue: ''
}, // },
{ // {
title: '入库人', // title: '',
key: 'librarySign', // key: 'librarySign',
type: FormTypes.input, // type: FormTypes.input,
width: '200px', // width: '200px',
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue: '' // defaultValue: ''
}, // },
{ // {
title: '核算属性', // title: '',
key: 'materialType', // key: 'materialType',
type: FormTypes.input, // type: FormTypes.input,
width: '200px', // width: '200px',
placeholder: '请输入${title}', // placeholder: '${title}',
defaultValue: '' // defaultValue: ''
}, // },
{ {
title: '物料名称及规格型号', title: '物料名称及规格型号',
key: 'materialName', key: 'materialName',
@ -385,8 +390,13 @@
this.data = formData; this.data = formData;
console.log("表单回显数据",this.data) console.log("表单回显数据",this.data)
this.$nextTick(() => { this.$nextTick(() => {
this.form.setFieldsValue(pick(this.data,'company', 'createTime', 'sysOrgCode', 'createBy', 'materialType', 'processPlan', 'needTime', 'orderNumber', 'fileId')) this.form.setFieldsValue(pick(this.data,'id','company', 'createTime', 'sysOrgCode', 'createBy', 'materialType', 'processPlan', 'needTime', 'orderNumber', 'fileId'))
}); });
//
if (this.data.id) {
let params = { id: this.data.id }
this.requestSubTableData(this.url.processUdgetPlanMaterial.list, params, this.processUdgetPlanMaterialTable)
}
this.btndisabled = false; this.btndisabled = false;
}else { }else {
this.$message.error(res.message) this.$message.error(res.message)
@ -465,35 +475,35 @@
throw this.throwNotFunction('classifyIntoFormData') throw this.throwNotFunction('classifyIntoFormData')
} }
let formData = this.classifyIntoFormData(allValues) let formData = this.classifyIntoFormData(allValues)
console.log('格式化后的数据',formData)
// this.form.validateFields((err, values) => { this.form.validateFields((err, values) => {
// if (!err) { if (!err) {
// let formData = Object.assign(this.data||{}, values) formData.procDefId = this.processData.id;
// formData.procDefId = this.processData.id; formData.procDeTitle = this.processData.name;
// formData.procDeTitle = this.processData.name; formData.title=this.processData.description;
// if (!formData.tableName)formData.tableName = this.processData.businessTable; if (!formData.tableName)formData.tableName = this.processData.businessTable;
// formData.filedNames = _.keys(values).join(","); console.log('格式化后的数据',formData)
// console.log('formData', values) var url = this.url.add;
// this.processUdgetPlanMaterialTable.dataSource=[] let method='post';
// console.log('') if (!this.isNew){
// var url = this.url.add; url = this.url.edit;
// if (!this.isNew){ method='put';
// url = this.url.edit; }
// } console.log('提交方法',method)
// //this.btndisabled = true; this.btndisabled = true;
// // this.postFormAction(url,formData).then((res)=>{ httpAction(url,formData,method).then((res)=>{
// // if (res.success){ if (res.success){
// // this.$message.success("") this.$message.success("保存成功!")
// // //todo //todo
// // this.$emit('afterSubmit',formData) this.$emit('afterSubmit',formData)
// // }else { }else {
// // this.$message.error(res.message) this.$message.error(res.message)
// // } }
// // }).finally(()=>{ }).finally(()=>{
// // this.btndisabled = false; this.btndisabled = false;
// // }) })
// } }
// }) })
}) })
}, },

4
src/views/user/Login.vue

@ -11,7 +11,7 @@
size="large" size="large"
v-decorator="['username',validatorRules.username,{ validator: this.handleUsernameOrEmail }]" v-decorator="['username',validatorRules.username,{ validator: this.handleUsernameOrEmail }]"
type="text" type="text"
placeholder="请输入帐户名 / admin"> placeholder="请输入帐户名">
<a-icon slot="prefix" type="user" :style="{ color: 'rgba(0,0,0,.25)' }"/> <a-icon slot="prefix" type="user" :style="{ color: 'rgba(0,0,0,.25)' }"/>
</a-input> </a-input>
</a-form-item> </a-form-item>
@ -22,7 +22,7 @@
size="large" size="large"
type="password" type="password"
autocomplete="false" autocomplete="false"
placeholder="密码 / 123456"> placeholder="请输入密码">
<a-icon slot="prefix" type="lock" :style="{ color: 'rgba(0,0,0,.25)' }"/> <a-icon slot="prefix" type="lock" :style="{ color: 'rgba(0,0,0,.25)' }"/>
</a-input> </a-input>
</a-form-item> </a-form-item>

Loading…
Cancel
Save