diff --git a/package.json b/package.json index 2bce7a0..689fda5 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "echarts": "^4.8.0", "element-resize-detector": "^1.2.1", "enquire.js": "^2.1.6", + "js-base64": "^3.7.2", "js-cookie": "^2.2.0", "lodash.get": "^4.4.2", "lodash.pick": "^4.4.0", diff --git a/src/components/jeecg/JUpload.vue b/src/components/jeecg/JUpload.vue index fbad090..a52e9a5 100644 --- a/src/components/jeecg/JUpload.vue +++ b/src/components/jeecg/JUpload.vue @@ -23,6 +23,8 @@ :returnUrl="returnUrl" :listType="complistType" @preview="handlePreview" + @download="handleDownload" + :showUploadList="{ showRemoveIcon: true, showDownloadIcon: true }" :class="{'uploadty-disabled':disabled}"> + + + + + + + + + + + + 编辑 @@ -106,7 +118,6 @@ - @@ -186,6 +197,12 @@ dataIndex: 'fileId', scopedSlots: {customRender: 'fileSlot'} }, + // { + // title:'文件预览', + // align:"center", + // dataIndex: 'fileId', + // scopedSlots: {customRender: 'fileOn'} + // }, { title: '操作', dataIndex: 'action', @@ -308,11 +325,12 @@ fieldList.push({type:'date',value:'needTime',text:'需求时间'}) fieldList.push({type:'int',value:'orderNumber',text:'顺序号',dictCode:''}) fieldList.push({type:'string',value:'fileId',text:'文件id',dictCode:''}) + // fieldList.push({type:'string',value:'fileId',text:'文件预览',dictCode:'1'}) this.superFieldList = fieldList } } } \ No newline at end of file diff --git a/src/views/processmaterials/modules/ProcessUdgetPlanForm.vue b/src/views/processmaterials/modules/ProcessUdgetPlanForm.vue index a98bc9d..5bf2d2d 100644 --- a/src/views/processmaterials/modules/ProcessUdgetPlanForm.vue +++ b/src/views/processmaterials/modules/ProcessUdgetPlanForm.vue @@ -26,12 +26,12 @@ - + - + @@ -76,16 +76,15 @@ import { getAction } from '@/api/manage' import { FormTypes,getRefPromise } from '@/utils/JEditableTableUtil' import { JEditableTableMixin } from '@/mixins/JEditableTableMixin' - import { validateDuplicateValue } from '@/utils/util' import JFormContainer from '@/components/jeecg/JFormContainer' - import JDate from '@/components/jeecg/JDate' + import JDate from '@/components/jeecg/JDate' import JUpload from '@/components/jeecg/JUpload' import JSelectDepart from '@/components/jeecgbiz/JSelectDepart' import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep' import JDictSelectTag from "@/components/dict/JDictSelectTag" export default { - name: 'ProcessUdgetPlanForm', + name: 'ProcessUdgetPlanFormff', mixins: [JEditableTableMixin], components: { JFormContainer, @@ -245,10 +244,7 @@ { title: '对比单价', key: 'contrastPrice', - type: FormTypes.popup, - popupCode:"", - destFields:"", - orgFields:"", + type: FormTypes.inputNumber, width:"200px", placeholder: '请输入${title}', defaultValue:'', @@ -285,6 +281,30 @@ placeholder: '请输入${title}', defaultValue:'', }, + { + title: '删除标志', + key: 'delFlag', + type: FormTypes.inputNumber, + width:"200px", + placeholder: '请输入${title}', + defaultValue:'', + }, + { + title: '删除时间', + key: 'delTime', + type: FormTypes.input, + width:"200px", + placeholder: '请输入${title}', + defaultValue:'', + }, + { + title: '修改人', + key: 'updateBy', + type: FormTypes.input, + width:"200px", + placeholder: '请输入${title}', + defaultValue:'', + }, ] }, url: { @@ -342,11 +362,13 @@ }, methods: { addBefore(){ + alert(3) this.form.resetFields() this.processUdgetPlanMaterialTable.dataSource=[] }, getAllTable() { let values = this.tableKeys.map(key => getRefPromise(this, key)) + console.log('-------->',values) return Promise.all(values) }, /** 调用完edit()方法之后会自动调用此方法 */ diff --git a/src/views/processmaterials/modules/ProcessUdgetPlanModal.vue b/src/views/processmaterials/modules/ProcessUdgetPlanModal.vue index 42c5951..24c8d32 100644 --- a/src/views/processmaterials/modules/ProcessUdgetPlanModal.vue +++ b/src/views/processmaterials/modules/ProcessUdgetPlanModal.vue @@ -1,125 +1,45 @@ \ No newline at end of file + + + \ No newline at end of file diff --git a/src/views/suppliesstronger/ProcessSuppliesStrongerList.vue b/src/views/suppliesstronger/ProcessSuppliesStrongerList.vue index a042aa1..b4dfa53 100644 --- a/src/views/suppliesstronger/ProcessSuppliesStrongerList.vue +++ b/src/views/suppliesstronger/ProcessSuppliesStrongerList.vue @@ -12,7 +12,16 @@ - + + + + + + + + + + @@ -23,19 +32,19 @@ - + - + - + - + - + - + @@ -60,61 +69,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - {{ toggleSearchStatus ? '收起' : '展开' }} - - - - @@ -130,7 +131,7 @@ 查询 重置 - + 删除 @@ -193,7 +194,7 @@ - + @@ -206,7 +207,6 @@ import JDate from '@/components/jeecg/JDate.vue' import JSearchSelectTag from '@/components/dict/JSearchSelectTag' import JSuperQuery from '@/components/jeecg/JSuperQuery.vue' - import ProcessSuppliesStrongerLists from '@views/suppliesstronger/modules/ProcessSuppliesStrongerLists' export default { name: 'ProcessSuppliesStrongerList', @@ -216,7 +216,6 @@ JSearchSelectTag, ProcessSuppliesStrongerModal, JSuperQuery, - ProcessSuppliesStrongerLists, }, data () { return { @@ -369,11 +368,13 @@ }, methods: { handleDetaills(){ - this.item = true; + // this.item = true; + this.$router.push({path:'/src/views/suppliesstronger/ProcessSuppliesStrongerLists'}) }, strongerExit(){ this.item = false; }, + initDictConfig(){ }, getSuperFieldList(){ @@ -391,9 +392,9 @@ fieldList.push({type:'sel_search',value:'unitWasteWarehouseCodeId',text:'仓储地点',dictTable:'', dictText:'', dictCode:''}) fieldList.push({type:'sel_search',value:'freightSpace',text:'存储仓位',dictTable:'', dictText:'', dictCode:''}) fieldList.push({type:'date',value:'productionTime',text:'生产时间'}) - fieldList.push({type:'date',value:'expirationDate',text:'保质期'}) + fieldList.push({type:'string',value:'expirationDate',text:'保质期'}) fieldList.push({type:'sel_search',value:'batch',text:'批次',dictTable:'', dictText:'', dictCode:''}) - fieldList.push({type:'int',value:'arrivalNotice',text:'是否到货',dictCode:''}) + fieldList.push({type:'string',value:'arrivalNotice',text:'是否到货',dictCode:''}) fieldList.push({type:'date',value:'inboundTime',text:'入库时间'}) fieldList.push({type:'sel_search',value:'librarySign',text:'入库人',dictTable:'', dictText:'', dictCode:''}) fieldList.push({type:'string',value:'accountingAttributes',text:'核算属性',dictCode:''}) diff --git a/src/views/suppliesstronger/modules/ProcessSuppliesStrongerLists.vue b/src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue similarity index 93% rename from src/views/suppliesstronger/modules/ProcessSuppliesStrongerLists.vue rename to src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue index c39016e..056c3bc 100644 --- a/src/views/suppliesstronger/modules/ProcessSuppliesStrongerLists.vue +++ b/src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue @@ -25,17 +25,17 @@ - + - + - + @@ -62,12 +62,12 @@ - + - + @@ -82,7 +82,7 @@ - + @@ -97,7 +97,7 @@ - + @@ -131,7 +131,7 @@ 重置 - + 删除 @@ -139,7 +139,7 @@ 批量操作 - 退出 + @@ -207,7 +207,7 @@ import '@/assets/less/TableExpand.less' import { mixinDevice } from '@/utils/mixin' import { JeecgListMixin } from '@/mixins/JeecgListMixin' - import ProcessSuppliesStrongerModal from './ProcessSuppliesStrongerModal' + import ProcessSuppliesStrongerModal from './modules/ProcessSuppliesStrongerModal' import JDate from '@/components/jeecg/JDate.vue' import JSearchSelectTag from '@/components/dict/JSearchSelectTag' import JSuperQuery from '@/components/jeecg/JSuperQuery.vue' diff --git a/src/views/suppliesstronger/modules/ProcessSuppliesStrongerForm.vue b/src/views/suppliesstronger/modules/ProcessSuppliesStrongerForm.vue index 678da99..4328175 100644 --- a/src/views/suppliesstronger/modules/ProcessSuppliesStrongerForm.vue +++ b/src/views/suppliesstronger/modules/ProcessSuppliesStrongerForm.vue @@ -15,27 +15,27 @@ - + - + - + - + - + @@ -55,12 +55,12 @@ - + - + @@ -70,17 +70,17 @@ - + - + - + @@ -90,12 +90,12 @@ - + - + diff --git a/src/views/waste/ProcessWasteList.vue b/src/views/waste/ProcessWasteList.vue new file mode 100644 index 0000000..792aeb6 --- /dev/null +++ b/src/views/waste/ProcessWasteList.vue @@ -0,0 +1,313 @@ + + + + \ No newline at end of file diff --git a/src/views/waste/modules/ProcessWasteForm.vue b/src/views/waste/modules/ProcessWasteForm.vue new file mode 100644 index 0000000..5700a7a --- /dev/null +++ b/src/views/waste/modules/ProcessWasteForm.vue @@ -0,0 +1,210 @@ + + + \ No newline at end of file diff --git a/src/views/waste/modules/ProcessWasteModal.vue b/src/views/waste/modules/ProcessWasteModal.vue new file mode 100644 index 0000000..674c1c3 --- /dev/null +++ b/src/views/waste/modules/ProcessWasteModal.vue @@ -0,0 +1,60 @@ + + + \ No newline at end of file diff --git a/src/views/waste/modules/ProcessWasteModal__Style#Drawer.vue b/src/views/waste/modules/ProcessWasteModal__Style#Drawer.vue new file mode 100644 index 0000000..56f149f --- /dev/null +++ b/src/views/waste/modules/ProcessWasteModal__Style#Drawer.vue @@ -0,0 +1,83 @@ + + + + + \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 60c0b60..58239ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6747,6 +6747,11 @@ js-base64@^2.1.9: resolved "https://registry.npmjs.org/js-base64/-/js-base64-2.5.2.tgz#313b6274dda718f714d00b3330bbae6e38e90209" integrity sha512-Vg8czh0Q7sFBSUMWWArX/miJeBWYBPpdU/3M/DKSaekLMqrqVPaedp+5mZhie/r0lgrcaYBfwXatEew6gwgiQQ== +js-base64@^3.7.2: + version "3.7.2" + resolved "https://registry.npmmirror.com/js-base64/-/js-base64-3.7.2.tgz#816d11d81a8aff241603d19ce5761e13e41d7745" + integrity sha512-NnRs6dsyqUXejqk/yv2aiXlAvOs56sLkX6nUdeaNezI5LFFLlsZjOThmwnrcwh5ZZRwZlCMnVAY3CvhIhoVEKQ== + js-cookie@^2.2.0: version "2.2.1" resolved "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz#69e106dc5d5806894562902aa5baec3744e9b2b8" @@ -10028,8 +10033,8 @@ set-value@^2.0.0, set-value@^2.0.1: setimmediate@^1.0.4: version "1.0.5" - resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" - integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= + resolved "https://registry.npmmirror.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" + integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA== setprototypeof@1.1.0: version "1.1.0"