Browse Source

卷默认不查询信息 sxm 2021-12-16

master
[li_she] 4 years ago
parent
commit
c14b3ff5e1
  1. 5
      src/views/modules/finishedProductWarehouse/boxingPrint.vue
  2. 2
      src/views/modules/finishedProductWarehouse/expirationTimeModification.vue
  3. 6
      src/views/modules/finishedProductWarehouse/sluggishMaterialWarning.vue
  4. 2
      src/views/modules/rawMaterials/expirationTimeModification.vue
  5. 2
      src/views/modules/rawMaterials/sluggishMaterialWarning.vue

5
src/views/modules/finishedProductWarehouse/boxingPrint.vue

@ -146,6 +146,7 @@ export default {
boxNumber: 0, boxNumber: 0,
itemCode: '', itemCode: '',
orderNo: '', orderNo: '',
boxNo:'',
// //
printTemplates: [], printTemplates: [],
// //
@ -488,6 +489,7 @@ export default {
this.boxNumber = val.rollsQty this.boxNumber = val.rollsQty
this.itemCode = val.itemCode this.itemCode = val.itemCode
this.orderNo = val.orderNo this.orderNo = val.orderNo
this.boxNo = val.boxNo
this.printVisible = true this.printVisible = true
this.getReportFileListByCustomerId(val.itemCode) this.getReportFileListByCustomerId(val.itemCode)
}, },
@ -502,7 +504,8 @@ export default {
isCustomer: reportFile[0], isCustomer: reportFile[0],
pickingNumber: this.boxNumber, pickingNumber: this.boxNumber,
partNo: this.itemCode, partNo: this.itemCode,
orderNo: this.orderNo
orderNo: this.orderNo,
boxNo: this.boxNo,
} }
printPacking(reportFileVo).then(({data}) => { printPacking(reportFileVo).then(({data}) => {
if (data.code == 0) { if (data.code == 0) {

2
src/views/modules/finishedProductWarehouse/expirationTimeModification.vue

@ -144,7 +144,7 @@ export default {
}) })
}, },
activated() { activated() {
this.getDataList()
// this.getDataList()
}, },
methods: { methods: {
// //

6
src/views/modules/finishedProductWarehouse/sluggishMaterialWarning.vue

@ -14,11 +14,11 @@
<el-input oninput="value=value.replace(/[^\d]/g,'')" v-model="queryData.day" clearable> <el-input oninput="value=value.replace(/[^\d]/g,'')" v-model="queryData.day" clearable>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item label="rollno">
<el-form-item label="卷号">
<el-input v-model="queryData.rollno" clearable> <el-input v-model="queryData.rollno" clearable>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item label="partno">
<el-form-item label="物料编码">
<el-input v-model="queryData.partno" clearable> <el-input v-model="queryData.partno" clearable>
</el-input> </el-input>
</el-form-item> </el-form-item>
@ -125,7 +125,7 @@
}) })
}, },
activated () { activated () {
this.getDataList()
// this.getDataList()
}, },
methods: { methods: {
childByValue(childValue) { childByValue(childValue) {

2
src/views/modules/rawMaterials/expirationTimeModification.vue

@ -146,7 +146,7 @@ export default {
}) })
}, },
activated () { activated () {
this.getDataList()
// this.getDataList()
}, },
methods: { methods: {
// //

2
src/views/modules/rawMaterials/sluggishMaterialWarning.vue

@ -127,7 +127,7 @@ export default {
}) })
}, },
activated() { activated() {
this.getDataList()
// this.getDataList()
}, },
methods: { methods: {

Loading…
Cancel
Save