数量盘点入库-优化
This commit is contained in:
parent
126b500775
commit
9c8f44ff9f
|
|
@ -743,7 +743,7 @@ export default {
|
||||||
// 生产厂家
|
// 生产厂家
|
||||||
const maVender = this.supplierList.find(item => item.supplierId == this.codeForm.codeFactory)?.supplier || ''
|
const maVender = this.supplierList.find(item => item.supplierId == this.codeForm.codeFactory)?.supplier || ''
|
||||||
// 检验日期: codeForm.thisCheckTime
|
// 检验日期: codeForm.thisCheckTime
|
||||||
const thisCheckTime = this.codeForm.nextCheckTime
|
const thisCheckTime = this.codeForm.thisCheckTime
|
||||||
// 下次检验日期: codeForm.nextCheckTime
|
// 下次检验日期: codeForm.nextCheckTime
|
||||||
const nextCheckTime = this.codeForm.nextCheckTime
|
const nextCheckTime = this.codeForm.nextCheckTime
|
||||||
// 单价: codeForm.buyPrice
|
// 单价: codeForm.buyPrice
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue