|
@@ -31,8 +31,7 @@ NewTabColumns.forEach((column) => {
|
|
|
|
|
|
export default {
|
|
|
name: "AddPurchaseOrderDrawer",
|
|
|
- props: {
|
|
|
- },
|
|
|
+ props: {},
|
|
|
dicts: initDicts(SelectColumns),
|
|
|
components: {
|
|
|
"virtual-scroll": VirtualScroll,
|
|
@@ -504,11 +503,11 @@ export default {
|
|
|
} else if (
|
|
|
key != "puOrg" &&
|
|
|
key != "puOrgName" &&
|
|
|
- key != "buyer" &&
|
|
|
- key != "buyerName" &&
|
|
|
- key != "puDept" &&
|
|
|
- key != "puDeptName" &&
|
|
|
- key != "status" &&
|
|
|
+ // key != "buyer" &&
|
|
|
+ // key != "buyerName" &&
|
|
|
+ // key != "puDept" &&
|
|
|
+ // key != "puDeptName" &&
|
|
|
+ // key != "status" &&
|
|
|
key != "billDate" &&
|
|
|
key != "createTime"
|
|
|
) {
|
|
@@ -668,7 +667,6 @@ export default {
|
|
|
});
|
|
|
|
|
|
if (code == 200) {
|
|
|
-
|
|
|
this.params = { ...data };
|
|
|
}
|
|
|
} catch (error) {}
|
|
@@ -696,7 +694,6 @@ export default {
|
|
|
let { code, data } = await orderApi.orderImport(formData);
|
|
|
|
|
|
if (code == 200) {
|
|
|
-
|
|
|
for (const key in data) {
|
|
|
this.params[key].push(...data[key]);
|
|
|
}
|