|
@@ -6,7 +6,7 @@
|
|
|
<!-- 自定义的二级文字标题 -->
|
|
|
<template slot="subTitle">
|
|
|
<a id="bulkWarehousingOrderEdit-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
|
|
|
- <p style="display: inline-block;margin: 0 30px 0 60px;color: #000;font-size: 16px;font-weight: 600;">单号:{{ (basicInfoData&&basicInfoData.sparePartsPurchaseNo) || '' }}</p>
|
|
|
+ <span class="head-order-number">单号:{{ (basicInfoData&&basicInfoData.sparePartsPurchaseNo) || '' }}</span>
|
|
|
<a-button type="primary" ghost @click="isShowBisiceInfo=!isShowBisiceInfo">
|
|
|
基础信息
|
|
|
<a-icon :type="isShowBisiceInfo ? 'up' : 'down'"/>
|
|
@@ -48,34 +48,34 @@
|
|
|
<div class="table-page-search-wrapper">
|
|
|
<a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
|
|
|
<a-row type="flex" :gutter="12" justify="start">
|
|
|
- <a-col flex="250px">
|
|
|
+ <a-col :md="6" :sm="24">
|
|
|
<a-form-model-item label="产品编码">
|
|
|
<a-input id="bulkWarehousingOrderEdit-code" ref="searchProductCode" v-model.trim="queryParam.code" allowClear placeholder="请输入产品编码"/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
- <a-col flex="350px">
|
|
|
+ <a-col :md="6" :sm="24">
|
|
|
<a-form-model-item label="产品名称">
|
|
|
<a-input id="bulkWarehousingOrderEdit-name" v-model.trim="queryParam.name" allowClear placeholder="请输入产品名称"/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
- <a-col flex="250px">
|
|
|
+ <a-col :md="6" :sm="24">
|
|
|
<a-form-model-item label="原厂编码">
|
|
|
<a-input id="bulkWarehousingOrderEdit-origCode" v-model.trim="queryParam.origCode" allowClear placeholder="请输入原厂编码"/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<template v-if="advanced">
|
|
|
- <a-col flex="250px">
|
|
|
+ <a-col :md="6" :sm="24">
|
|
|
<a-form-item label="产品分类">
|
|
|
<ProductType id="productInfoList-productType" @change="changeProductType" v-model="productType"></ProductType>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
- <a-col flex="250px">
|
|
|
+ <a-col :md="6" :sm="24">
|
|
|
<a-form-item label="产品品牌">
|
|
|
<ProductBrand id="bulkWarehousingOrderEdit-productBrandSn" v-model="queryParam.productBrandSn"></ProductBrand>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
</template>
|
|
|
- <a-col flex="auto" style="margin-bottom: 10px;">
|
|
|
+ <a-col :md="6" :sm="24" style="margin-bottom: 10px;">
|
|
|
<a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="bulkWarehousingOrderEdit-refresh">查询</a-button>
|
|
|
<a-button style="margin-left: 8px" @click="resetSearchForm" :disabled="disabled" id="bulkWarehousingOrderEdit-reset">重置</a-button>
|
|
|
<a @click="advanced=!advanced" style="margin:0 30px 0 10px">
|
|
@@ -173,23 +173,23 @@
|
|
|
<div class="table-page-search-wrapper">
|
|
|
<a-form layout="inline" @keyup.enter.native="$refs.chooseTable.refresh(true)">
|
|
|
<a-row :gutter="15">
|
|
|
- <a-col :md="4" :sm="24">
|
|
|
+ <a-col :md="5" :sm="24">
|
|
|
<a-form-model-item label="产品编码">
|
|
|
<a-input id="bulkWarehousingOrderEdit-code" v-model.trim="queryChooseParam.productCode" allowClear placeholder="请输入产品编码"/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
- <a-col :md="4" :sm="24">
|
|
|
+ <a-col :md="5" :sm="24">
|
|
|
<a-form-model-item label="产品名称">
|
|
|
<a-input id="bulkWarehousingOrderEdit-name" v-model.trim="queryChooseParam.productName" allowClear placeholder="请输入产品名称"/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
- <a-col :md="4" :sm="24" style="margin-bottom: 10px;">
|
|
|
+ <a-col :md="5" :sm="24" style="margin-bottom: 10px;">
|
|
|
<a-button type="primary" @click="$refs.chooseTable.refresh(true)" :disabled="disabled" id="bulkWarehousingOrderEdit-choose-refresh">查询</a-button>
|
|
|
<a-button style="margin-left: 8px" @click="resetChooseSearchForm" :disabled="disabled" id="bulkWarehousingOrderEdit-choose-reset">重置</a-button>
|
|
|
</a-col>
|
|
|
- <a-col :md="4" :sm="24">
|
|
|
+ <a-col :md="3" :sm="24">
|
|
|
</a-col>
|
|
|
- <a-col :md="8" :sm="24" style="text-align:right;">
|
|
|
+ <a-col :md="6" :sm="24" style="text-align:right;">
|
|
|
<a-button
|
|
|
type="default"
|
|
|
@click="openGuideModal=true"
|