|
|
@@ -227,14 +227,14 @@
|
|
|
return ls
|
|
|
},
|
|
|
getSelectType() {
|
|
|
- selectType().then(res => {
|
|
|
- this.corpsTypeList = [res.data]
|
|
|
- })
|
|
|
+ // selectType().then(res => {
|
|
|
+ // this.corpsTypeList = [res.data]
|
|
|
+ // })
|
|
|
},
|
|
|
getLabel() {
|
|
|
- selectLabel().then(res => {
|
|
|
- this.labelList = res.data
|
|
|
- })
|
|
|
+ // selectLabel().then(res => {
|
|
|
+ // this.labelList = res.data
|
|
|
+ // })
|
|
|
},
|
|
|
getSalerList() {
|
|
|
salerList().then(res => {
|
|
|
@@ -242,9 +242,9 @@
|
|
|
})
|
|
|
},
|
|
|
getStorageList() {
|
|
|
- storageList().then(res => {
|
|
|
- this.deliveryWarehouseList = [res.data]
|
|
|
- })
|
|
|
+ // storageList().then(res => {
|
|
|
+ // this.deliveryWarehouseList = [res.data]
|
|
|
+ // })
|
|
|
},
|
|
|
getFileExtension(filename) {
|
|
|
return filename.slice(((filename.lastIndexOf(".") - 1) >>> 0) + 2);
|