Commit d0a0b67c by lichengming

修改了试样管理拖拽

parent 2e92d9e1
<template> <template>
<div> <div>
<Modal v-model="showModal" :mask-closable="false" class="zIndex-1100"> <Modal v-model="showModal" v-drag :mask-closable="false" class="zIndex-1100">
<p slot="header"> <p slot="header">
{{ modalTitle }} {{ modalTitle }}
</p> </p>
......
<template> <template>
<div> <div>
<Modal v-model="showModalHandleApply" :mask-closable="false" width="500"> <Modal v-model="showModalHandleApply" v-drag :mask-closable="false" width="500">
<p slot="header">处理申请</p> <p slot="header">处理申请</p>
<div> <div>
<Form ref="formObj" :id="formId" :model="formObj" :rules="ruleValidate" :label-width="90" inline> <Form ref="formObj" :id="formId" :model="formObj" :rules="ruleValidate" :label-width="90" inline>
......
<template> <template>
<div> <div>
<Modal v-model="showModal" :mask-closable="false"> <Modal v-model="showModal" v-drag :mask-closable="false">
<p slot="header">填写存放信息</p> <p slot="header">填写存放信息</p>
<div> <div>
<Form id="storage-location-form" ref="formObj" :model="formObj" :label-width="100"> <Form id="storage-location-form" ref="formObj" :model="formObj" :label-width="100">
......
<template> <template>
<div> <div>
<Modal v-model="showEditModal" :mask-closable="false" :width="500" class="zIndex-1200"> <Modal v-model="showEditModal" v-drag :mask-closable="false" :width="500" class="zIndex-1200">
<p slot="header">{{modalTitle}}</p> <p slot="header">{{modalTitle}}</p>
<div> <div>
<Form id="edit-form" ref="formObj" :model="formObj" :rules="ruleValidate" :label-width="100" inline> <Form id="edit-form" ref="formObj" :model="formObj" :rules="ruleValidate" :label-width="100" inline>
......
<template> <template>
<div> <div>
<Modal v-model="showModal" width="1030" class="modal-footer-none"> <Modal v-model="showModal" v-drag width="1030" class="modal-footer-none">
<p slot="header"> <p slot="header">
{{ modalTitle }} {{ modalTitle }}
</p> </p>
......
<template> <template>
<div> <div>
<Modal v-model="showModal" width="980" class="modal-footer-none"> <Modal v-model="showModal" v-drag width="980" class="modal-footer-none">
<p slot="header"> <p slot="header">
{{ modalTitle }} {{ modalTitle }}
</p> </p>
......
<template> <template>
<div> <div>
<Modal v-model="showModal" width="100" class="modal-footer-none full-screen"> <Modal v-model="showModal" v-drag width="100" class="modal-footer-none full-screen">
<p slot="header">{{modalTitle}}</p> <p slot="header">{{modalTitle}}</p>
<div> <div>
<!--内容--> <!--内容-->
......
<template> <template>
<div> <div>
<Modal v-model="showSampleModal" width="1100" <Modal v-model="showSampleModal" v-drag width="1100"
class="zIndex-900 modal-footer-none" @on-visible-change="_visibleChange"> class="zIndex-900 modal-footer-none" @on-visible-change="_visibleChange">
<p slot="header">
管理样品
</p>
<div> <div>
<!--内容--> <!--内容-->
<Row> <Row>
......
<template> <template>
<div> <div>
<Modal v-model="showModal" :mask-closable="false"> <Modal v-model="showModal" v-drag :mask-closable="false">
<p slot="header">填写存放信息</p> <p slot="header">填写存放信息</p>
<div> <div>
<Form id="storage-location-form" ref="formObj" :model="formObj" :rules="ruleValidate" :label-width="100"> <Form id="storage-location-form" ref="formObj" :model="formObj" :rules="ruleValidate" :label-width="100">
......
<template> <template>
<div> <div>
<Modal v-model="showModalHandleApply" :mask-closable="false" width="500"> <Modal v-model="showModalHandleApply" v-drag :mask-closable="false" width="500">
<p slot="header">处理申请</p> <p slot="header">处理申请</p>
<div> <div>
<Form ref="formObj" :id="formId" :model="formObj" :rules="ruleValidate" :label-width="90" inline> <Form ref="formObj" :id="formId" :model="formObj" :rules="ruleValidate" :label-width="90" inline>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment