Browse Source

修改

master
wenkuan.shi 2 years ago
parent
commit
8a338a08d0
  1. 36
      src/views/modules/material/seekByTrans.vue
  2. 4
      src/views/modules/warehouse/allFind.vue
  3. 6
      src/views/modules/warehouse/location.vue

36
src/views/modules/material/seekByTrans.vue

@ -264,24 +264,24 @@ export default {
status: true,
fixed: '',
},
{
userId: this.$store.state.user.name,
functionId: 200003,
serialNumber: '200003TableRollNo',
tableId: "200003Table",
tableName: "卷号",
columnWidth: 100,
columnProp: 'rollNo',
headerAlign: 'center',
align: "center",
columnLabel: '卷号',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
},
// {
// userId: this.$store.state.user.name,
// functionId: 200003,
// serialNumber: '200003TableRollNo',
// tableId: "200003Table",
// tableName: "",
// columnWidth: 100,
// columnProp: 'rollNo',
// headerAlign: 'center',
// align: "center",
// columnLabel: '',
// columnHidden: false,
// columnImage: false,
// columnSortable: false,
// sortLv: 0,
// status: true,
// fixed: '',
// },
{
userId: this.$store.state.user.name,
functionId: 200003,

4
src/views/modules/warehouse/allFind.vue

@ -14,7 +14,7 @@
<el-form-item :label="'工厂ID:'">
<el-input v-model="searchData.site" clearable style="width: 120px" :rules="rules.site" :disabled="!isNew"></el-input>
</el-form-item>
<el-form-item :label="'工厂编号:'">
<el-form-item :label="'产品卷号:'">
<el-input v-model="searchData.rollNo" clearable style="width: 120px" :rules="rules.rollNo"></el-input>
</el-form-item>
@ -546,7 +546,7 @@ export default {
},
created () {
this.getDataList()
// this.getDataList()
},
methods: {

6
src/views/modules/warehouse/location.vue

@ -38,8 +38,12 @@
</el-select>
</el-form-item>
<el-form-item label="仓编码:">
<el-form-item label="仓编码:">
<el-select v-model="searchData.warehouseId" placeholder="请选择" clearable style="width: 120px">
<el-option
:label="null"
:value="全部">
</el-option>
<el-option
v-for="i in wareHouseList"
:key ="i.warehouseId"

Loading…
Cancel
Save