Commit d0a0b67c by lichengming

修改了试样管理拖拽

parent 2e92d9e1
<template>
<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">
{{ modalTitle }}
</p>
......
<template>
<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>
<div>
<Form ref="formObj" :id="formId" :model="formObj" :rules="ruleValidate" :label-width="90" inline>
......
<template>
<div>
<Modal v-model="showModal" :mask-closable="false">
<Modal v-model="showModal" v-drag :mask-closable="false">
<p slot="header">填写存放信息</p>
<div>
<Form id="storage-location-form" ref="formObj" :model="formObj" :label-width="100">
......
<template>
<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>
<div>
<Form id="edit-form" ref="formObj" :model="formObj" :rules="ruleValidate" :label-width="100" inline>
......
<template>
<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">
{{ modalTitle }}
</p>
......
<template>
<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">
{{ modalTitle }}
</p>
......
<template>
<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>
<div>
<!--内容-->
......
<template>
<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">
<p slot="header">
管理样品
</p>
<div>
<!--内容-->
<Row>
......
<template>
<div>
<Modal v-model="showModal" :mask-closable="false">
<Modal v-model="showModal" v-drag :mask-closable="false">
<p slot="header">填写存放信息</p>
<div>
<Form id="storage-location-form" ref="formObj" :model="formObj" :rules="ruleValidate" :label-width="100">
......
<template>
<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>
<div>
<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