瀏覽代碼

Merge pull request '仓库-bug修改' (#76) from projects/mes-zwq into projects/mes-test

Reviewed-on: http://git.picaiba.com/mt-fe-group/yudao-dev/pulls/76
pull/87/head
朱文强 10 月之前
父節點
當前提交
9a1aa047b0
共有 6 個檔案被更改,包括 10 行新增8 行删除
  1. +1
    -1
      src/views/warehouse/end-material/warehouseRealtimeLocation/index.vue
  2. +5
    -3
      src/views/warehouse/mixins/basic-page.js
  3. +1
    -1
      src/views/warehouse/out-material/warehouseRealtimeLocation/index.vue
  4. +1
    -1
      src/views/warehouse/package-material/warehouseRealtimeLocation/index.vue
  5. +1
    -1
      src/views/warehouse/part-material/warehouseRealtimeLocation/index.vue
  6. +1
    -1
      src/views/warehouse/raw-material/warehouseRealtimeLocation/index.vue

+ 1
- 1
src/views/warehouse/end-material/warehouseRealtimeLocation/index.vue 查看文件

@@ -17,7 +17,7 @@
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="100"
:width="140"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />


+ 5
- 3
src/views/warehouse/mixins/basic-page.js 查看文件

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2022-08-24 11:19:43
* @LastEditors: zwq
* @LastEditTime: 2023-11-03 16:06:21
* @LastEditTime: 2023-11-14 15:59:53
* @Description:
*/
export default {
@@ -38,8 +38,10 @@ export default {
getDataList() {
this.dataListLoading = true;
this.urlOptions.getDataListURL(this.listQuery).then(response => {
this.tableData = response.data.list;
this.listQuery.total = response.data.total;
if(response.hasOwnProperty('data')){
this.tableData = response.data.list;
this.listQuery.total = response.data.total;
}
this.dataListLoading = false;
});
},


+ 1
- 1
src/views/warehouse/out-material/warehouseRealtimeLocation/index.vue 查看文件

@@ -17,7 +17,7 @@
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="100"
:width="140"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />


+ 1
- 1
src/views/warehouse/package-material/warehouseRealtimeLocation/index.vue 查看文件

@@ -17,7 +17,7 @@
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="100"
:width="140"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />


+ 1
- 1
src/views/warehouse/part-material/warehouseRealtimeLocation/index.vue 查看文件

@@ -17,7 +17,7 @@
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="100"
:width="140"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />


+ 1
- 1
src/views/warehouse/raw-material/warehouseRealtimeLocation/index.vue 查看文件

@@ -17,7 +17,7 @@
<method-btn
v-if="tableBtn.length"
slot="handleBtn"
:width="100"
:width="140"
label="操作"
:method-list="tableBtn"
@clickBtn="handleClick" />


Loading…
取消
儲存