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