|
@@ -3061,7 +3061,7 @@ export default {
|
|
|
this.getDicts("data_ifweigh_status").then((response) => {
|
|
|
this.fIfweighOptions = response.data;
|
|
|
});
|
|
|
- this.getDicts("data_ifpledge_status").then((response) => {
|
|
|
+ this.getDicts("data_ifweigh_status").then((response) => {
|
|
|
this.fIfpledgeOptions = response.data;
|
|
|
});
|
|
|
this.getDicts("storage_type").then((response) => {
|
|
@@ -3078,13 +3078,13 @@ export default {
|
|
|
this.getDicts("f_declaration_elements").then((response) => {
|
|
|
this.delementsList = response.data;
|
|
|
});
|
|
|
- this.getDicts("f_ifinspection").then((response) => {
|
|
|
+ this.getDicts("data_ifweigh_status").then((response) => {
|
|
|
this.ifinspectionList = response.data;
|
|
|
});
|
|
|
- this.getDicts("f_ifsampling").then((response) => {
|
|
|
+ this.getDicts("data_ifweigh_status").then((response) => {
|
|
|
this.ifsamplingList = response.data;
|
|
|
});
|
|
|
- this.getDicts("f_ifweight_recovery").then((response) => {
|
|
|
+ this.getDicts("data_ifweigh_status").then((response) => {
|
|
|
this.ifweightRecoveryList = response.data;
|
|
|
});
|
|
|
this.getConfigKey("stockoi").then((response) => {
|