|
|
@@ -40,7 +40,7 @@
|
|
|
:columns="tableColumns"
|
|
|
:datasource="datasource"
|
|
|
:needPage="
|
|
|
- btnType == 'add' || (btnType == 'edit' && (!isScheme || !isOrder))
|
|
|
+ btnType == 'add' || (btnType == 'edit' && !isScheme && !isOrder)
|
|
|
? false
|
|
|
: true
|
|
|
"
|
|
|
@@ -1121,11 +1121,11 @@
|
|
|
}
|
|
|
console.log('数据55555');
|
|
|
console.log(list);
|
|
|
- if (list[0].categoryCode) {
|
|
|
- this.$refs.table12.setData(list);
|
|
|
- let packList = this.$refs.table12.getData();
|
|
|
- this.getFullInspectionWeight(packList);
|
|
|
- }
|
|
|
+ // if (list[0].categoryCode) {
|
|
|
+ this.$refs.table12.setData(list);
|
|
|
+ let packList = this.$refs.table12.getData();
|
|
|
+ this.getFullInspectionWeight(packList);
|
|
|
+ // }
|
|
|
// this.$refs.table12.setData(list);
|
|
|
// let packList = this.$refs.table12.getData();
|
|
|
// this.getFullInspectionWeight(packList);
|