|
@@ -35,42 +35,47 @@
|
|
|
<view v-for="(item, index) in inputForm.detailInfos" :key="item.id || index" class="detail-card">
|
|
<view v-for="(item, index) in inputForm.detailInfos" :key="item.id || index" class="detail-card">
|
|
|
<view class="detail-card-title">采购明细 {{ index + 1 }}</view>
|
|
<view class="detail-card-title">采购明细 {{ index + 1 }}</view>
|
|
|
<view class="detail-grid">
|
|
<view class="detail-grid">
|
|
|
- <view class="detail-item">
|
|
|
|
|
|
|
+ <!-- <view class="detail-item">
|
|
|
<text class="detail-label">采购人</text>
|
|
<text class="detail-label">采购人</text>
|
|
|
<text class="detail-value">{{ item.purchaserAgent || '-' }}</text>
|
|
<text class="detail-value">{{ item.purchaserAgent || '-' }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="detail-item">
|
|
<view class="detail-item">
|
|
|
<text class="detail-label">采购部门</text>
|
|
<text class="detail-label">采购部门</text>
|
|
|
<text class="detail-value">{{ item.procurementOffice || '-' }}</text>
|
|
<text class="detail-value">{{ item.procurementOffice || '-' }}</text>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
<view class="detail-item">
|
|
<view class="detail-item">
|
|
|
- <text class="detail-label">采购类型</text>
|
|
|
|
|
|
|
+ <text class="detail-label">商品名称</text>
|
|
|
<text class="detail-value">{{ item.procurementType || '-' }}</text>
|
|
<text class="detail-value">{{ item.procurementType || '-' }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <!-- <view class="detail-item">
|
|
|
|
|
+ <text class="detail-label">商品名称</text>
|
|
|
|
|
+ <text class="detail-value">{{ item.tradeName || '-' }}</text>
|
|
|
|
|
+ </view> -->
|
|
|
<view class="detail-item">
|
|
<view class="detail-item">
|
|
|
- <text class="detail-label">供应商</text>
|
|
|
|
|
- <text class="detail-value">{{ item.supplierName || '-' }}</text>
|
|
|
|
|
|
|
+ <text class="detail-label">品牌</text>
|
|
|
|
|
+ <text class="detail-value">{{ item.brand || '-' }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="detail-item">
|
|
<view class="detail-item">
|
|
|
- <text class="detail-label">商品名称</text>
|
|
|
|
|
- <text class="detail-value">{{ item.tradeName || '-' }}</text>
|
|
|
|
|
|
|
+ <text class="detail-label">规格</text>
|
|
|
|
|
+ <text class="detail-value">{{ item.specification || '-' }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="detail-item">
|
|
|
|
|
+ <text class="detail-label">单位</text>
|
|
|
|
|
+ <text class="detail-value">{{ item.company || '-' }}</text>
|
|
|
|
|
+ </view>
|
|
|
<view class="detail-item">
|
|
<view class="detail-item">
|
|
|
- <text class="detail-label">商品数量</text>
|
|
|
|
|
|
|
+ <text class="detail-label">采购数量</text>
|
|
|
<text class="detail-value">{{ item.tradeNumber || '-' }}</text>
|
|
<text class="detail-value">{{ item.tradeNumber || '-' }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="detail-item">
|
|
|
|
|
|
|
+ <!-- <view class="detail-item">
|
|
|
<text class="detail-label">商品单价</text>
|
|
<text class="detail-label">商品单价</text>
|
|
|
<text class="detail-value">{{ item.tradePrice || '-' }}</text>
|
|
<text class="detail-value">{{ item.tradePrice || '-' }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="detail-item">
|
|
<view class="detail-item">
|
|
|
<text class="detail-label">商品总价</text>
|
|
<text class="detail-label">商品总价</text>
|
|
|
<text class="detail-value">{{ item.priceSum || '-' }}</text>
|
|
<text class="detail-value">{{ item.priceSum || '-' }}</text>
|
|
|
- </view>
|
|
|
|
|
- <view class="detail-item">
|
|
|
|
|
- <text class="detail-label">单位</text>
|
|
|
|
|
- <text class="detail-value">{{ item.company || '-' }}</text>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
|
|
+
|
|
|
<view class="detail-item">
|
|
<view class="detail-item">
|
|
|
<text class="detail-label">备注</text>
|
|
<text class="detail-label">备注</text>
|
|
|
<text class="detail-value">{{ item.remarks || '-' }}</text>
|
|
<text class="detail-value">{{ item.remarks || '-' }}</text>
|
|
@@ -89,36 +94,36 @@
|
|
|
class="detail-card warehouse-card">
|
|
class="detail-card warehouse-card">
|
|
|
<view class="detail-card-title">入库明细 {{ index + 1 }}</view>
|
|
<view class="detail-card-title">入库明细 {{ index + 1 }}</view>
|
|
|
|
|
|
|
|
- <u-form-item label="入库人" :prop="'wareHouse[' + index + '].wareHouseMan'" :required="true">
|
|
|
|
|
|
|
+ <!-- <u-form-item label="入库人" :prop="'wareHouse[' + index + '].wareHouseMan'" :required="true">
|
|
|
<u--input v-model="inputForm.wareHouse[index].wareHouseMan" placeholder="请选择入库人"
|
|
<u--input v-model="inputForm.wareHouse[index].wareHouseMan" placeholder="请选择入库人"
|
|
|
:disabled="nodeFlag" @focus="openUserPullForm(index)" clearable></u--input>
|
|
:disabled="nodeFlag" @focus="openUserPullForm(index)" clearable></u--input>
|
|
|
</u-form-item>
|
|
</u-form-item>
|
|
|
<u-form-item label="入库部门" :prop="'wareHouse[' + index + '].wareHouseManOffice'">
|
|
<u-form-item label="入库部门" :prop="'wareHouse[' + index + '].wareHouseManOffice'">
|
|
|
<u--input v-model="inputForm.wareHouse[index].wareHouseManOffice" disabled></u--input>
|
|
<u--input v-model="inputForm.wareHouse[index].wareHouseManOffice" disabled></u--input>
|
|
|
- </u-form-item>
|
|
|
|
|
- <u-form-item label="入库类型" :prop="'wareHouse[' + index + '].wareHouseType'" :required="true">
|
|
|
|
|
- <u--input v-model="inputForm.wareHouse[index].wareHouseType" placeholder="请选择入库类型"
|
|
|
|
|
- :disabled="nodeFlag" @focus="openTypePicker(index)" clearable></u--input>
|
|
|
|
|
- </u-form-item>
|
|
|
|
|
-
|
|
|
|
|
|
|
+ </u-form-item> -->
|
|
|
<ware-house-goods-selector :rowIndex="index" :inputForm="inputForm" :disabled="nodeFlag"
|
|
<ware-house-goods-selector :rowIndex="index" :inputForm="inputForm" :disabled="nodeFlag"
|
|
|
@selected="handleGoodsSelected"></ware-house-goods-selector>
|
|
@selected="handleGoodsSelected"></ware-house-goods-selector>
|
|
|
- <ware-house-supplier-selector :rowIndex="index" :inputForm="inputForm" :disabled="nodeFlag"
|
|
|
|
|
- @selected="handleSupplierSelected"></ware-house-supplier-selector>
|
|
|
|
|
|
|
|
|
|
- <u-form-item label="商品数量" :prop="'wareHouse[' + index + '].tradeNumber'" :required="true">
|
|
|
|
|
|
|
+ <u-form-item label="品牌" :prop="'wareHouse[' + index + '].brand'">
|
|
|
|
|
+ <u--input v-model="inputForm.wareHouse[index].brand" disabled></u--input>
|
|
|
|
|
+ </u-form-item>
|
|
|
|
|
+ <u-form-item label="规格" :prop="'wareHouse[' + index + '].specification'">
|
|
|
|
|
+ <u--input v-model="inputForm.wareHouse[index].specification" disabled></u--input>
|
|
|
|
|
+ </u-form-item>
|
|
|
|
|
+ <u-form-item label="单位" :prop="'wareHouse[' + index + '].company'">
|
|
|
|
|
+ <u--input v-model="inputForm.wareHouse[index].company" placeholder="请输入单位" disabled
|
|
|
|
|
+ @blur="calculateWareHouseTotals"></u--input>
|
|
|
|
|
+ </u-form-item>
|
|
|
|
|
+ <u-form-item label="入库数量" :prop="'wareHouse[' + index + '].tradeNumber'" :required="true">
|
|
|
<u--input v-model="inputForm.wareHouse[index].tradeNumber" placeholder="请输入商品数量"
|
|
<u--input v-model="inputForm.wareHouse[index].tradeNumber" placeholder="请输入商品数量"
|
|
|
:disabled="nodeFlag" @blur="onRowInputBlur(index, 'tradeNumber')"></u--input>
|
|
:disabled="nodeFlag" @blur="onRowInputBlur(index, 'tradeNumber')"></u--input>
|
|
|
</u-form-item>
|
|
</u-form-item>
|
|
|
- <u-form-item label="单位" :prop="'wareHouse[' + index + '].company'">
|
|
|
|
|
- <u--input v-model="inputForm.wareHouse[index].company" placeholder="请输入单位" :disabled="nodeFlag"
|
|
|
|
|
- @blur="calculateWareHouseTotals"></u--input>
|
|
|
|
|
- </u-form-item>
|
|
|
|
|
- <u-form-item label="包装规格" :prop="'wareHouse[' + index + '].spec'" :required="true">
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <u-form-item label="包装规格" :prop="'wareHouse[' + index + '].spec'" :required="true">
|
|
|
<u--input v-model="inputForm.wareHouse[index].spec" placeholder="请输入包装规格" :disabled="nodeFlag"
|
|
<u--input v-model="inputForm.wareHouse[index].spec" placeholder="请输入包装规格" :disabled="nodeFlag"
|
|
|
@blur="onRowInputBlur(index, 'spec')"></u--input>
|
|
@blur="onRowInputBlur(index, 'spec')"></u--input>
|
|
|
- </u-form-item>
|
|
|
|
|
- <u-form-item label="商品单价(元)" :prop="'wareHouse[' + index + '].tradePrice'">
|
|
|
|
|
|
|
+ </u-form-item> -->
|
|
|
|
|
+ <!-- <u-form-item label="商品单价(元)" :prop="'wareHouse[' + index + '].tradePrice'">
|
|
|
<u--input v-model="inputForm.wareHouse[index].tradePrice" placeholder="请输入商品单价"
|
|
<u--input v-model="inputForm.wareHouse[index].tradePrice" placeholder="请输入商品单价"
|
|
|
:disabled="nodeFlag" @blur="onRowInputBlur(index, 'tradePrice')"></u--input>
|
|
:disabled="nodeFlag" @blur="onRowInputBlur(index, 'tradePrice')"></u--input>
|
|
|
</u-form-item>
|
|
</u-form-item>
|
|
@@ -145,7 +150,7 @@
|
|
|
<u-form-item label="实际价格" :prop="'wareHouse[' + index + '].actualPrice'">
|
|
<u-form-item label="实际价格" :prop="'wareHouse[' + index + '].actualPrice'">
|
|
|
<u--input v-model="inputForm.wareHouse[index].actualPrice" placeholder="请输入实际价格"
|
|
<u--input v-model="inputForm.wareHouse[index].actualPrice" placeholder="请输入实际价格"
|
|
|
:disabled="nodeFlag" @blur="onRowInputBlur(index, 'actualPrice')"></u--input>
|
|
:disabled="nodeFlag" @blur="onRowInputBlur(index, 'actualPrice')"></u--input>
|
|
|
- </u-form-item>
|
|
|
|
|
|
|
+ </u-form-item> -->
|
|
|
<u-form-item label="备注" :prop="'wareHouse[' + index + '].remarks'">
|
|
<u-form-item label="备注" :prop="'wareHouse[' + index + '].remarks'">
|
|
|
<u--input v-model="inputForm.wareHouse[index].remarks" placeholder="请输入备注" :disabled="nodeFlag">
|
|
<u--input v-model="inputForm.wareHouse[index].remarks" placeholder="请输入备注" :disabled="nodeFlag">
|
|
|
</u--input>
|
|
</u--input>
|
|
@@ -203,7 +208,6 @@ import MaterialManagementService from '@/api/psi/MaterialManagementService'
|
|
|
import WareHouseService from '@/api/psi/WareHouseService'
|
|
import WareHouseService from '@/api/psi/WareHouseService'
|
|
|
import PurchaseSelector from './PurchaseSelector.vue'
|
|
import PurchaseSelector from './PurchaseSelector.vue'
|
|
|
import WareHouseGoodsSelector from './WareHouseGoodsSelector.vue'
|
|
import WareHouseGoodsSelector from './WareHouseGoodsSelector.vue'
|
|
|
-import WareHouseSupplierSelector from './WareHouseSupplierSelector.vue'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
name: 'PsiWareHouseAddForm',
|
|
name: 'PsiWareHouseAddForm',
|
|
@@ -212,8 +216,7 @@ export default {
|
|
|
baTreePicker,
|
|
baTreePicker,
|
|
|
UploadComponent,
|
|
UploadComponent,
|
|
|
PurchaseSelector,
|
|
PurchaseSelector,
|
|
|
- WareHouseGoodsSelector,
|
|
|
|
|
- WareHouseSupplierSelector
|
|
|
|
|
|
|
+ WareHouseGoodsSelector
|
|
|
},
|
|
},
|
|
|
computed: mapState({
|
|
computed: mapState({
|
|
|
userInfo: (state) => state.user.userInfo
|
|
userInfo: (state) => state.user.userInfo
|
|
@@ -308,7 +311,7 @@ export default {
|
|
|
wareHouseName: '',
|
|
wareHouseName: '',
|
|
|
wareHouseNumber: '',
|
|
wareHouseNumber: '',
|
|
|
userId: '',
|
|
userId: '',
|
|
|
- wareHouseDate: '',
|
|
|
|
|
|
|
+ wareHouseDate: this.formatDate(new Date()),
|
|
|
remarks: '',
|
|
remarks: '',
|
|
|
detailInfos: [],
|
|
detailInfos: [],
|
|
|
wareHouse: [],
|
|
wareHouse: [],
|
|
@@ -347,6 +350,18 @@ export default {
|
|
|
this.inputForm.userId = this.inputForm.userId || this.userInfo.id || this.userInfo.userId || ''
|
|
this.inputForm.userId = this.inputForm.userId || this.userInfo.id || this.userInfo.userId || ''
|
|
|
this.inputForm.handledByOffice = this.inputForm.handledByOffice || office.id || this.userInfo.officeId || ''
|
|
this.inputForm.handledByOffice = this.inputForm.handledByOffice || office.id || this.userInfo.officeId || ''
|
|
|
this.inputForm.handledByOfficeName = this.inputForm.handledByOfficeName || office.name || this.userInfo.officeName || ''
|
|
this.inputForm.handledByOfficeName = this.inputForm.handledByOfficeName || office.name || this.userInfo.officeName || ''
|
|
|
|
|
+ this.applyDefaultWareHouseName()
|
|
|
|
|
+ },
|
|
|
|
|
+ applyDefaultWareHouseName() {
|
|
|
|
|
+ if (this.isNotEmpty(this.inputForm.wareHouseName)) {
|
|
|
|
|
+ return
|
|
|
|
|
+ }
|
|
|
|
|
+ const handledBy = this.inputForm.handledBy || ''
|
|
|
|
|
+ const wareHouseDate = this.formatDate(this.inputForm.wareHouseDate || new Date())
|
|
|
|
|
+ if (this.isEmpty(handledBy) || this.isEmpty(wareHouseDate)) {
|
|
|
|
|
+ return
|
|
|
|
|
+ }
|
|
|
|
|
+ this.inputForm.wareHouseName = `${handledBy} ${wareHouseDate} 入库`
|
|
|
},
|
|
},
|
|
|
resetForm() {
|
|
resetForm() {
|
|
|
this.inputForm = this.createInputForm()
|
|
this.inputForm = this.createInputForm()
|
|
@@ -385,6 +400,9 @@ export default {
|
|
|
buildTree(nodes, parentId = '0') {
|
|
buildTree(nodes, parentId = '0') {
|
|
|
const tree = []
|
|
const tree = []
|
|
|
for (const node of nodes || []) {
|
|
for (const node of nodes || []) {
|
|
|
|
|
+ if (String(node.infoType || node.info_type || '') === '1') {
|
|
|
|
|
+ continue
|
|
|
|
|
+ }
|
|
|
if (node.parentId === parentId) {
|
|
if (node.parentId === parentId) {
|
|
|
const treeNode = {
|
|
const treeNode = {
|
|
|
...node
|
|
...node
|
|
@@ -468,14 +486,13 @@ export default {
|
|
|
wareHouseType: names,
|
|
wareHouseType: names,
|
|
|
wareHouseTypeId: ids[0],
|
|
wareHouseTypeId: ids[0],
|
|
|
tradeName: '',
|
|
tradeName: '',
|
|
|
- supplierName: '',
|
|
|
|
|
- supplierId: '',
|
|
|
|
|
- isSupplier: '',
|
|
|
|
|
tradePrice: '',
|
|
tradePrice: '',
|
|
|
tradeNumber: '',
|
|
tradeNumber: '',
|
|
|
priceSum: '',
|
|
priceSum: '',
|
|
|
company: '',
|
|
company: '',
|
|
|
- spec: '',
|
|
|
|
|
|
|
+ brand: '',
|
|
|
|
|
+ specification: '',
|
|
|
|
|
+ spec: '1',
|
|
|
actualPrice: '',
|
|
actualPrice: '',
|
|
|
surplusNumber: ''
|
|
surplusNumber: ''
|
|
|
})
|
|
})
|
|
@@ -495,15 +512,16 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
handleGoodsSelected({ index, item }) {
|
|
handleGoodsSelected({ index, item }) {
|
|
|
|
|
+ const tradeName = item.tradeName || item.name || ''
|
|
|
this.patchWareHouseRow(index, {
|
|
this.patchWareHouseRow(index, {
|
|
|
- tradeName: item.tradeName || ''
|
|
|
|
|
- })
|
|
|
|
|
- },
|
|
|
|
|
- handleSupplierSelected({ index, item }) {
|
|
|
|
|
- this.patchWareHouseRow(index, {
|
|
|
|
|
- supplierName: item.name || '',
|
|
|
|
|
- supplierId: item.id || '',
|
|
|
|
|
- isSupplier: '2'
|
|
|
|
|
|
|
+ wareHouseType: tradeName,
|
|
|
|
|
+ wareHouseTypeId: item.id || '',
|
|
|
|
|
+ tradeName,
|
|
|
|
|
+ goodsName: tradeName,
|
|
|
|
|
+ brand: item.brand || '',
|
|
|
|
|
+ specification: item.specification || '',
|
|
|
|
|
+ company: item.company || '',
|
|
|
|
|
+ spec: '1'
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
createWareHouseRow(row = {}) {
|
|
createWareHouseRow(row = {}) {
|
|
@@ -517,12 +535,11 @@ export default {
|
|
|
wareHouseType: '',
|
|
wareHouseType: '',
|
|
|
wareHouseTypeId: '',
|
|
wareHouseTypeId: '',
|
|
|
tradeName: '',
|
|
tradeName: '',
|
|
|
- supplierName: '',
|
|
|
|
|
- supplierId: '',
|
|
|
|
|
- isSupplier: '',
|
|
|
|
|
tradeNumber: '',
|
|
tradeNumber: '',
|
|
|
company: '',
|
|
company: '',
|
|
|
- spec: '',
|
|
|
|
|
|
|
+ brand: '',
|
|
|
|
|
+ specification: '',
|
|
|
|
|
+ spec: '1',
|
|
|
tradePrice: '',
|
|
tradePrice: '',
|
|
|
priceSum: '',
|
|
priceSum: '',
|
|
|
produceDate: '',
|
|
produceDate: '',
|
|
@@ -550,20 +567,14 @@ export default {
|
|
|
tradeNumber: detail.tradeNumber || '',
|
|
tradeNumber: detail.tradeNumber || '',
|
|
|
tradePrice: detail.tradePrice || '',
|
|
tradePrice: detail.tradePrice || '',
|
|
|
company: detail.company || '',
|
|
company: detail.company || '',
|
|
|
|
|
+ brand: detail.brand || '',
|
|
|
|
|
+ specification: detail.specification || '',
|
|
|
priceSum: this.computePriceSum(detail.tradePrice, detail.tradeNumber),
|
|
priceSum: this.computePriceSum(detail.tradePrice, detail.tradeNumber),
|
|
|
- supplierId: '',
|
|
|
|
|
- supplierName: '',
|
|
|
|
|
- isSupplier: '',
|
|
|
|
|
- spec: '',
|
|
|
|
|
|
|
+ spec: '1',
|
|
|
produceDate: '',
|
|
produceDate: '',
|
|
|
shelfLife: '',
|
|
shelfLife: '',
|
|
|
shelfLifeUnit: '月'
|
|
shelfLifeUnit: '月'
|
|
|
}
|
|
}
|
|
|
- if (this.isNotEmpty(detail.supplierId) && this.isNotEmpty(detail.isSupplier) && detail.isSupplier === '2') {
|
|
|
|
|
- row.supplierId = detail.supplierId
|
|
|
|
|
- row.supplierName = detail.supplierName
|
|
|
|
|
- row.isSupplier = detail.isSupplier
|
|
|
|
|
- }
|
|
|
|
|
this.addWareHouseRow(row)
|
|
this.addWareHouseRow(row)
|
|
|
},
|
|
},
|
|
|
patchWareHouseRow(index, patch) {
|
|
patchWareHouseRow(index, patch) {
|
|
@@ -697,16 +708,8 @@ export default {
|
|
|
this.$message.error(`入库详情第${lineNo}行请选择入库人`)
|
|
this.$message.error(`入库详情第${lineNo}行请选择入库人`)
|
|
|
return false
|
|
return false
|
|
|
}
|
|
}
|
|
|
- if (this.isEmpty(row.wareHouseType)) {
|
|
|
|
|
- this.$message.error(`入库详情第${lineNo}行请选择入库类型`)
|
|
|
|
|
- return false
|
|
|
|
|
- }
|
|
|
|
|
- if (this.isEmpty(row.supplierName) || this.isEmpty(row.supplierId)) {
|
|
|
|
|
- this.$message.error(`入库详情第${lineNo}行请选择供应商`)
|
|
|
|
|
- return false
|
|
|
|
|
- }
|
|
|
|
|
- if (this.isEmpty(row.tradeName)) {
|
|
|
|
|
- this.$message.error(`入库详情第${lineNo}行请填写商品名称`)
|
|
|
|
|
|
|
+ if (this.isEmpty(row.wareHouseTypeId) || this.isEmpty(row.tradeName)) {
|
|
|
|
|
+ this.$message.error(`入库详情第${lineNo}行请选择物品名称`)
|
|
|
return false
|
|
return false
|
|
|
}
|
|
}
|
|
|
if (this.isEmpty(row.tradeNumber)) {
|
|
if (this.isEmpty(row.tradeNumber)) {
|
|
@@ -721,9 +724,8 @@ export default {
|
|
|
for (let i = 0; i < rows.length; i++) {
|
|
for (let i = 0; i < rows.length; i++) {
|
|
|
for (let j = i + 1; j < rows.length; j++) {
|
|
for (let j = i + 1; j < rows.length; j++) {
|
|
|
if (rows[i].wareHouseTypeId === rows[j].wareHouseTypeId &&
|
|
if (rows[i].wareHouseTypeId === rows[j].wareHouseTypeId &&
|
|
|
- rows[i].tradeName === rows[j].tradeName &&
|
|
|
|
|
- rows[i].supplierId === rows[j].supplierId) {
|
|
|
|
|
- this.$message.warning('入库详情中,同种入库类型、同一供应商的商品名称只能输入一条')
|
|
|
|
|
|
|
+ rows[i].tradeName === rows[j].tradeName) {
|
|
|
|
|
+ this.$message.warning('入库详情中,同一物品只能输入一条')
|
|
|
return false
|
|
return false
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|