rev:质检模块

This commit is contained in:
2023-06-25 14:56:13 +08:00
parent c576f04413
commit 44ed1da408
6 changed files with 113 additions and 16 deletions

View File

@@ -137,12 +137,11 @@
</template>
<script>
import crudPhysicalMst from '@/api/wms/ql/physicalMst'
import crudPhysicalMst from '@/views/wms/ql_manage/physicalMst/physicalMst'
import CRUD, { crud, form, header, presenter } from '@crud/crud'
import rrOperation from '@crud/RR.operation'
import udOperation from '@crud/UD.operation'
import pagination from '@crud/Pagination'
import crudInspectionsheetmst from '@/api/wms/ql/inspectionsheetmst'
import DateRangePicker from '@/components/DateRangePicker'
const defaultForm = {
@@ -201,7 +200,7 @@ export default {
}
},
created() {
crudInspectionsheetmst.getStatus().then(res => {
crudPhysicalMst.getStatus().then(res => {
this.statusList = res
})
},