diff --git a/src/views/auxiliaryProduceinfo/components/table-action-modal.vue b/src/views/storage/auxiliaryProduceinfo/components/table-action-modal.vue similarity index 97% rename from src/views/auxiliaryProduceinfo/components/table-action-modal.vue rename to src/views/storage/auxiliaryProduceinfo/components/table-action-modal.vue index eedeff3..c5a688c 100644 --- a/src/views/auxiliaryProduceinfo/components/table-action-modal.vue +++ b/src/views/storage/auxiliaryProduceinfo/components/table-action-modal.vue @@ -81,9 +81,9 @@ - - - + + + diff --git a/src/views/auxiliaryProduceinfo/index.vue b/src/views/storage/auxiliaryProduceinfo/index.vue similarity index 95% rename from src/views/auxiliaryProduceinfo/index.vue rename to src/views/storage/auxiliaryProduceinfo/index.vue index 4d28f06..83ef482 100644 --- a/src/views/auxiliaryProduceinfo/index.vue +++ b/src/views/storage/auxiliaryProduceinfo/index.vue @@ -23,15 +23,15 @@ {{ RecptInfo.quantityRecived }} - - {{ RecptInfo.weightRecived }} - + + + {{ num }} - - {{ weight }} - + + + > = ref([ key: 'specification', width: 120 }, + { + title: '颜色', + key: 'colorName', + width: 120 + }, // { // title: '应入数量', // key: 'quantityRecived', @@ -334,21 +339,21 @@ const columns: Ref> = ref([ ); } }, - { - title: '入库重量', - key: 'weight', - width: 180, - render: row => { - return ( -
- * - - - -
- ); - } - }, + // { + // title: '入库重量', + // key: 'weight', + // width: 180, + // render: row => { + // return ( + //
+ // * + // + // + // + //
+ // ); + // } + // }, { title: '仓库名称', key: 'warehouseName', @@ -687,5 +692,6 @@ function init() { // 获取部门信息 // getDeptTree(); } + init();