|
@@ -168,16 +168,16 @@
|
|
|
:cell-class-name="cellClassName"
|
|
|
>
|
|
|
<el-table-column show-overflow-tooltip type="selection"/>
|
|
|
- <el-table-column show-overflow-tooltip label="序号" type="index" align="center"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="序号" type="index" align="center" width="50px"/>
|
|
|
<el-table-column show-overflow-tooltip label="行号" align="center" prop="rowNo">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.$index + 1 + '0' }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column show-overflow-tooltip label="默认采购组织" align="center" prop="purOrgName" width="200px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="需求客户" align="center" prop="demandCustomerName" width="200px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="行状态" align="center" prop="status" :formatter="hangStatus" width="150px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="物料编码" align="center" prop="materialCode" width="230px">
|
|
|
+ <el-table-column show-overflow-tooltip label="需求客户" align="center" prop="demandCustomerName" width="180px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="行状态" align="center" prop="status" :formatter="hangStatus" width="100px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="物料编码" align="center" prop="materialCode" width="220px">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item class="hang" :prop="'puDemandItemList.' + scope.$index + '.' + 'materialCode'" :rules="{ required: true, message: '请选择物料编码', trigger: 'blur' }">
|
|
|
<el-input clearable :disabled="sonDisable" size="mini" v-model="scope.row.materialCode" @paste.native="pasteMe($event, scope, scope.$index)">
|
|
@@ -186,12 +186,12 @@
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip label="物料名称" align="center" prop="materialName" width="230px" />
|
|
|
+ <el-table-column show-overflow-tooltip label="物料名称" align="center" prop="materialName" width="200px" />
|
|
|
<el-table-column show-overflow-tooltip label="规格" align="center" prop="specification" />
|
|
|
<el-table-column show-overflow-tooltip label="型号" align="center" prop="model"/>
|
|
|
<el-table-column show-overflow-tooltip label="单位" align="center" prop="unitName"/>
|
|
|
<el-table-column show-overflow-tooltip label="生产厂家/代理人" align="center" prop="manufacturerName" width="230px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="最小包装" align="center" prop="minPackage" width="120px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="最小包装" align="center" prop="minPackage" width="100px"/>
|
|
|
<el-table-column show-overflow-tooltip label="实际(业务)需求量" align="center" prop="qty" width="150px">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item class="hang" :prop="'puDemandItemList.' + scope.$index + '.' + 'qty'" :rules="{ required: true, message: '请填写实际(业务)需求量', trigger: 'blur' }">
|
|
@@ -231,7 +231,7 @@
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip label="月均销量" align="center" prop="averageQtyMonth" width="120px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="月均销量" align="center" prop="averageQtyMonth" width="100px"/>
|
|
|
<el-table-column show-overflow-tooltip label="需求可用周期" align="center" prop="demandPeriod" width="120px"/>
|
|
|
<el-table-column show-overflow-tooltip label="业务备注" align="center" prop="remark" width="150px">
|
|
|
<template slot-scope="scope">
|
|
@@ -240,15 +240,15 @@
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip label="物料一级分类" align="center" prop="materialClassifyOneName" width="180px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="物料二级分类" align="center" prop="materialClassifyTwoName" width="180px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="物料三级分类" align="center" prop="materialClassifyThreeName" width="180px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="物料四级分类" align="center" prop="materialClassifyFourName" width="180px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="最小批量" align="center" prop="minBatch" width="120px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="物料一级分类" align="center" prop="materialClassifyOneName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="物料二级分类" align="center" prop="materialClassifyTwoName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="物料三级分类" align="center" prop="materialClassifyThreeName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="物料四级分类" align="center" prop="materialClassifyFourName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="最小批量" align="center" prop="minBatch" width="100px"/>
|
|
|
<el-table-column show-overflow-tooltip label="最小订货量" align="center" prop="minOrderQty" width="120px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="采购员" align="center" prop="buyerName" width="120px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="采购员" align="center" prop="buyerName" width="100px"/>
|
|
|
<!-- <el-table-column show-overflow-tooltip label="采购员" align="center" prop="buyer"/> -->
|
|
|
- <el-table-column show-overflow-tooltip label="采购周期" align="center" prop="puPeriod" width="150px">
|
|
|
+ <el-table-column show-overflow-tooltip label="采购周期" align="center" prop="puPeriod" width="120px">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item class="hang">
|
|
|
<el-input type="number" min="0" clearable :disabled="sonDisable" size="mini" v-model="scope.row.puPeriod"></el-input>
|
|
@@ -271,17 +271,17 @@
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip label="有效期" align="center" prop="expiry" width="120px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="有效期单位" align="center" prop="expiryUnit" width="120px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="安全库存" align="center" prop="safeStock" width="120px">
|
|
|
+ <el-table-column show-overflow-tooltip label="有效期" align="center" prop="expiry" width="100px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="有效期单位" align="center" prop="expiryUnit" width="100px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="安全库存" align="center" prop="safeStock" width="100px">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item class="hang">
|
|
|
<el-input clearable :disabled="sonDisable" size="mini" v-model="scope.row.safeStock"/>
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip label="注册人" align="center" prop="registrant" width="150px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="预留比例" align="center" prop="reservedProportion" width="150px">
|
|
|
+ <el-table-column show-overflow-tooltip label="注册人" align="center" prop="registrant" width="100px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="预留比例" align="center" prop="reservedProportion" width="120px">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item class="hang">
|
|
|
<el-select clearable :disabled="sonDisable" size="mini" v-model="scope.row.reservedProportion" @change="getYLSL(scope)" @clear="cleanYLSL(scope)">
|
|
@@ -291,18 +291,18 @@
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip label="预留周期" align="center" prop="reservedPeriod" width="150px">
|
|
|
+ <el-table-column show-overflow-tooltip label="预留周期" align="center" prop="reservedPeriod" width="120px">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item class="hang" :prop="'puDemandItemList.' + scope.$index + '.' + 'reservedPeriod'" :rules="{ required: scope.row.reservedProportion && scope.row.reservedProportion !== '' , message: '请填写预留周期', trigger: 'blur' }">
|
|
|
<el-input type="number" min="0" clearable :disabled="sonDisable" size="mini" v-model="scope.row.reservedPeriod"></el-input>
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip label="预留数量" align="center" prop="reservedQty" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="预留数量" align="center" prop="reservedQty" width="120px"/>
|
|
|
<el-table-column show-overflow-tooltip label="集团预测分类" align="center" prop="forecastClassify" width="120px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="近一月需求" align="center" prop="onemonthAvgVolume" width="120px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="近三月需求" align="center" prop="threemonthAvgVolume" width="120px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="采购在途" align="center" prop="puFreight" width="120px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="近一月需求" align="center" prop="onemonthAvgVolume" width="100px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="近三月需求" align="center" prop="threemonthAvgVolume" width="100px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="采购在途" align="center" prop="puFreight" width="100px"/>
|
|
|
<el-table-column show-overflow-tooltip label="补单标识" align="center" prop="isReplenishment" width="100px">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item class="hang">
|
|
@@ -326,10 +326,10 @@
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip label="末级供应库存组织" align="center" prop="lastStockOrgName" width="200px"></el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip label="末级供应仓库" align="center" prop="lastWarehouseName" width="200px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="末级供应货位" align="center" prop="lastAllocationName" width="200px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="中心仓可用量" align="center" prop="centralWarehouseQty" width="200px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="末级供应库存组织" align="center" prop="lastStockOrgName" width="180px"></el-table-column>
|
|
|
+ <el-table-column show-overflow-tooltip label="末级供应仓库" align="center" prop="lastWarehouseName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="末级供应货位" align="center" prop="lastAllocationName" width="150px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="中心仓可用量" align="center" prop="centralWarehouseQty" width="120px"/>
|
|
|
<el-table-column show-overflow-tooltip label="调拨状态" align="center" prop="statusAllot" width="100px">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item class="hang">
|
|
@@ -345,8 +345,8 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column show-overflow-tooltip label="调拨单号" align="center" prop="allotCode"></el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip label="调拨占有量" align="center" prop="allotQty" width="150px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="最终净需求量" align="center" prop="resDemandQty" width="150px">
|
|
|
+ <el-table-column show-overflow-tooltip label="调拨占有量" align="center" prop="allotQty" width="100px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="最终净需求量" align="center" prop="resDemandQty" width="120px">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item class="hang">
|
|
|
<el-input type="number" min="0" clearable :disabled="sonDisable" size="mini" v-model="scope.row.resDemandQty"/>
|
|
@@ -368,9 +368,9 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column show-overflow-tooltip label="联系人" align="center" prop="contacts"/>
|
|
|
- <el-table-column show-overflow-tooltip label="联系人电话" align="center" prop="contactsPhone" width="200px"/>
|
|
|
+ <el-table-column show-overflow-tooltip label="联系人电话" align="center" prop="contactsPhone" width="150px"/>
|
|
|
<el-table-column show-overflow-tooltip label="详细地址" align="center" prop="address" width="200px"/>
|
|
|
- <el-table-column show-overflow-tooltip label="价格类型" align="center" prop="priceType" width="150px">
|
|
|
+ <el-table-column show-overflow-tooltip label="价格类型" align="center" prop="priceType" width="120px">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item class="hang" :prop="'puDemandItemList.' + scope.$index + '.' + 'priceType'" :rules="{ required: true, message: '请选择价格类型', trigger: 'blur' }">
|
|
|
<el-select clearable :disabled="sonDisable" size="mini" v-model="scope.row.priceType">
|
|
@@ -380,7 +380,7 @@
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column show-overflow-tooltip label="是否客户指定" align="center" prop="isSpeical" width="100px">
|
|
|
+ <el-table-column show-overflow-tooltip label="是否客户指定" align="center" prop="isSpeical" width="120px">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item class="hang">
|
|
|
<el-switch
|
|
@@ -446,76 +446,76 @@
|
|
|
|
|
|
|
|
|
<!-- 批量调整参数 -->
|
|
|
- <el-dialog title="批量调整" :visible.sync="adjust.open" @close="closeEvent" width="400px">
|
|
|
+ <el-dialog title="批量调整" :visible.sync="adjust.open" @close="closeEvent" width="38%">
|
|
|
<el-row style="margin-bottom: 10px;">
|
|
|
- <el-col :span="6">价格类型</el-col>
|
|
|
+ <el-col :span="6" class="pltzTxt">价格类型</el-col>
|
|
|
<el-col :span="14">
|
|
|
- <el-select clearable size="mini" v-model="adjust.priceType">
|
|
|
+ <el-select class="pltzIpt" clearable size="mini" v-model="adjust.priceType">
|
|
|
<el-option v-for=" dict in dict.type.sys_price_type" :key="dict.value" :label="dict.label" :value="dict.value">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: 10px;">
|
|
|
- <el-col :span="6">采购员</el-col>
|
|
|
+ <el-col :span="6" class="pltzTxt">采购员</el-col>
|
|
|
<el-col :span="14">
|
|
|
- <el-select clearable size="mini" v-model="adjust.purchaseMan" @focus="chooseOrg('CONTACTS_PARAM', true, '采购员')">
|
|
|
+ <el-select class="pltzIpt" clearable size="mini" v-model="adjust.purchaseMan" @focus="chooseOrg('CONTACTS_PARAM', true, '采购员')">
|
|
|
<el-option v-for="item in purchaseManOptions" :key="item.id" :label="item.name" :value="item.code" />
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: 10px;">
|
|
|
- <el-col :span="6">收货仓库</el-col>
|
|
|
+ <el-col :span="6" class="pltzTxt">收货仓库</el-col>
|
|
|
<el-col :span="14">
|
|
|
- <el-input clearable size="mini" v-model="adjust.warehouseName" @focus="chooseOrg('WAREHOUSE_PARAM', true, '收货仓库')">
|
|
|
+ <el-input class="pltzIpt" clearable size="mini" v-model="adjust.warehouseName" @focus="chooseOrg('WAREHOUSE_PARAM', true, '收货仓库')">
|
|
|
<el-button size="mini" slot="append" icon="el-icon-more" @click="chooseOrg('WAREHOUSE_PARAM', true, '收货仓库')"></el-button>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: 10px;">
|
|
|
- <el-col :span="6">收货货位</el-col>
|
|
|
+ <el-col :span="6" class="pltzTxt">收货货位</el-col>
|
|
|
<el-col :span="14">
|
|
|
- <el-input clearable size="mini" v-model="adjust.allocationName" @focus="adjustHuoWei('ALLOCATION_PARAM', true, '收货货位', adjust.warehouse)">
|
|
|
+ <el-input class="pltzIpt" clearable size="mini" v-model="adjust.allocationName" @focus="adjustHuoWei('ALLOCATION_PARAM', true, '收货货位', adjust.warehouse)">
|
|
|
<el-button size="mini" slot="append" icon="el-icon-more" @click="adjustHuoWei('ALLOCATION_PARAM', true, '收货货位', adjust.warehouse)"></el-button>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: 10px;">
|
|
|
- <el-col :span="6">业务备注</el-col>
|
|
|
+ <el-col :span="6" class="pltzTxt">业务备注</el-col>
|
|
|
<el-col :span="14">
|
|
|
- <el-input clearable size="mini" v-model="adjust.remark"/>
|
|
|
+ <el-input class="pltzIpt" clearable size="mini" v-model="adjust.remark"/>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: 10px;">
|
|
|
- <el-col :span="6">收货地址</el-col>
|
|
|
+ <el-col :span="6" class="pltzTxt">收货地址</el-col>
|
|
|
<el-col :span="14">
|
|
|
- <el-input clearable size="mini" v-model="adjust.deliveryAddressName" @focus="chooseOrg('ADDRESS_PARAM', true, '收货地址')">
|
|
|
+ <el-input class="pltzIpt" clearable size="mini" v-model="adjust.deliveryAddressName" @focus="chooseOrg('ADDRESS_PARAM', true, '收货地址')">
|
|
|
<el-button size="mini" slot="append" icon="el-icon-more" @click="chooseOrg('ADDRESS_PARAM', true, '收货地址')"></el-button>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: 10px;">
|
|
|
- <el-col :span="6">收货地址编码</el-col>
|
|
|
+ <el-col :span="6" class="pltzTxt">收货地址编码</el-col>
|
|
|
<el-col :span="14">
|
|
|
- <el-input disabled clearable size="mini" v-model="adjust.deliveryAddress"/>
|
|
|
+ <el-input class="pltzIpt" disabled clearable size="mini" v-model="adjust.deliveryAddress"/>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: 10px;">
|
|
|
- <el-col :span="6">联系人</el-col>
|
|
|
+ <el-col :span="6" class="pltzTxt">联系人</el-col>
|
|
|
<el-col :span="14">
|
|
|
- <el-input disabled clearable size="mini" v-model="adjust.contacts"/>
|
|
|
+ <el-input class="pltzIpt" disabled clearable size="mini" v-model="adjust.contacts"/>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: 10px;">
|
|
|
- <el-col :span="6">联系人电话</el-col>
|
|
|
+ <el-col :span="6" class="pltzTxt">联系人电话</el-col>
|
|
|
<el-col :span="14">
|
|
|
- <el-input disabled clearable size="mini" v-model="adjust.contactsPhone"/>
|
|
|
+ <el-input class="pltzIpt" disabled clearable size="mini" v-model="adjust.contactsPhone"/>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row style="margin-bottom: 10px;">
|
|
|
- <el-col :span="6">详细地址</el-col>
|
|
|
+ <el-col :span="6" class="pltzTxt">详细地址</el-col>
|
|
|
<el-col :span="14">
|
|
|
- <el-input disabled clearable size="mini" v-model="adjust.address"/>
|
|
|
+ <el-input class="pltzIpt" disabled clearable size="mini" v-model="adjust.address"/>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<div slot="footer">
|
|
@@ -702,7 +702,7 @@ export default {
|
|
|
scope.row.reservedPeriod = ''
|
|
|
},
|
|
|
copy() {
|
|
|
- this.$modal.msgSuccess("复制成功");
|
|
|
+ this.$modal.notifySuccess("复制成功");
|
|
|
this.sonPageStu = 'add'
|
|
|
this.sonDisable = false
|
|
|
// this.getDetails(this.row)
|
|
@@ -776,7 +776,7 @@ export default {
|
|
|
addDemand(this.basicForm).then(res => {
|
|
|
console.log(333)
|
|
|
if (res.code === 200) {
|
|
|
- this.$modal.msgSuccess("保存成功");
|
|
|
+ this.$modal.notifySuccess("保存成功");
|
|
|
this.$modal.closeLoading();
|
|
|
this.back()
|
|
|
}
|
|
@@ -793,7 +793,7 @@ export default {
|
|
|
// this.basicForm.puDemandItemList.push(...this.delDemandItemList)
|
|
|
editDemand(param).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
- this.$modal.msgSuccess("编辑成功");
|
|
|
+ this.$modal.notifySuccess("编辑成功");
|
|
|
this.$modal.closeLoading();
|
|
|
this.back()
|
|
|
}
|
|
@@ -804,14 +804,14 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
} else {
|
|
|
- this.$modal.msgWarning("明细信息不能为空!");
|
|
|
+ this.$modal.notifyWarning("明细信息不能为空!");
|
|
|
}
|
|
|
},
|
|
|
submit() {
|
|
|
this.$modal.loading("提交中...");
|
|
|
submitDemand(this.basicForm).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
- this.$modal.msgSuccess("提交成功");
|
|
|
+ this.$modal.notifySuccess("提交成功");
|
|
|
this.$modal.closeLoading();
|
|
|
this.back()
|
|
|
}
|
|
@@ -1296,7 +1296,7 @@ export default {
|
|
|
this.basicForm.puDemandItemList.push(line)
|
|
|
// console.log('临时数组', line)
|
|
|
}
|
|
|
- this.$modal.msgSuccess("共粘贴" + rowList.length + '条数据');
|
|
|
+ this.$modal.notifySuccess("共粘贴" + rowList.length + '条数据');
|
|
|
}
|
|
|
}).catch(err => {
|
|
|
this.$modal.closeLoading();
|
|
@@ -1304,7 +1304,7 @@ export default {
|
|
|
this.$modal.closeLoading();
|
|
|
console.log('列表', this.basicForm.puDemandItemList)
|
|
|
} else {
|
|
|
- this.$modal.msgWarning("复制长度不能超过1000!");
|
|
|
+ this.$modal.notifyWarning("复制长度不能超过1000!");
|
|
|
}
|
|
|
},
|
|
|
// 明细行选择物料编码带出数据
|
|
@@ -1407,7 +1407,7 @@ export default {
|
|
|
this.referCondition.stordocId = stordocId
|
|
|
this.$refs.refer.init(this.referCondition)
|
|
|
} else {
|
|
|
- this.$modal.msgWarning("请先选择收货仓库");
|
|
|
+ this.$modal.notifyWarning("请先选择收货仓库");
|
|
|
}
|
|
|
},
|
|
|
// 明细行清空收货仓库,货位,收货地址档案等
|
|
@@ -1479,7 +1479,7 @@ export default {
|
|
|
// 批量调整
|
|
|
adjustPl() {
|
|
|
if(this.ids.length == 0) {
|
|
|
- this.$modal.msgWarning('请至少选择一项数据进行操作!')
|
|
|
+ this.$modal.notifyWarning('请至少选择一项数据进行操作!')
|
|
|
} else {
|
|
|
this.adjust.open = true
|
|
|
}
|
|
@@ -1532,7 +1532,7 @@ export default {
|
|
|
this.referCondition.stordocId = stordocId
|
|
|
this.$refs.refer.init(this.referCondition)
|
|
|
} else {
|
|
|
- this.$modal.msgWarning("请先选择收货仓库");
|
|
|
+ this.$modal.notifyWarning("请先选择收货仓库");
|
|
|
}
|
|
|
},
|
|
|
// 关闭清空批量调整数据
|
|
@@ -1589,4 +1589,12 @@ export default {
|
|
|
::v-deep .el-table__row > td {
|
|
|
border: none;
|
|
|
}
|
|
|
+.pltzTxt{
|
|
|
+ text-align: right;
|
|
|
+ font-size: medium;
|
|
|
+ padding-right: 2%;
|
|
|
+}
|
|
|
+.pltzIpt{
|
|
|
+ width: 90%;
|
|
|
+}
|
|
|
</style>
|