| | |
| | | <template> |
| | | <view class="page pt-2"> |
| | | <z-paging ref="pagingRef" v-model="wireReportList" class="list" @query="getWireReportList"> |
| | | <view class="list"> |
| | | <z-paging ref="pagingRef" v-model="wireReportList" :fixed="false" @query="getWireReportList"> |
| | | <template #top> |
| | | <CardTitle title="报工信息" :hideAction="true" :full="false" @action="addReport" /> |
| | | </template> |
| | |
| | | </template> |
| | | </wd-card> |
| | | </z-paging> |
| | | |
| | | <wd-popup v-model="dialog.visible" position="bottom" custom-class="yl-popup"> |
| | | <view class="action px-3"> |
| | | <wd-button type="text" @click="cancel">取消</wd-button> |
| | |
| | | import zPaging from "@/components/z-paging/z-paging.vue"; |
| | | import { onLoad } from "@dcloudio/uni-app"; |
| | | import ManageApi from "@/api/product/manage"; |
| | | import WireApi from "@/api/product/wire"; |
| | | |
| | | const pagingRef = ref(); |
| | | const wireFormRef = ref(); |
| | |
| | | }, |
| | | { |
| | | label: "盘长(m)", |
| | | prop: "ontLength", |
| | | prop: "oneLength", |
| | | }, |
| | | { |
| | | label: "理论重量(kg)", |
| | |
| | | dialog.visible = true; |
| | | }; |
| | | |
| | | const submit = async () => { |
| | | toast.show("提交"); |
| | | await WireApi.addWireOutput({ |
| | | wireId: paramsId.value, |
| | | type: "拉丝", |
| | | ...wireFormRef.value.model, |
| | | }); |
| | | const submit = () => { |
| | | dialog.visible = wireFormRef.value.submit(); |
| | | }; |
| | | |
| | | const cancel = () => { |
| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .page { |
| | | .list { |
| | | height: calc(100vh - 120px); |
| | | padding: 12px; |
| | | background: #f3f9f8; |
| | | |
| | | .list { |
| | | margin: 12px; |
| | | background: #f3f9f8; |
| | | |
| | | :deep() { |
| | | .round { |
| | | border-radius: 4px; |
| | | } |
| | | :deep() { |
| | | .round { |
| | | border-radius: 4px; |
| | | } |
| | | } |
| | | } |