-
+
+
+
{{ payCount.saleCount || 0 }}
@@ -84,7 +84,9 @@
-
+
+
+
{{ payCount.refundCount || 0 }}
@@ -145,14 +147,9 @@
-
+
@@ -185,6 +182,8 @@ export default {
downloadLoading: false,
payCount: "",
payCountTotal: 0,
+ storeList: [{ label: "门店1", value: 1 }],
+ storeId: null,
};
},
filters: {
diff --git a/src/views/finance/supplierBill/billingRecord.vue b/src/views/finance/supplierBill/billingRecord.vue
new file mode 100644
index 0000000..41d8e2b
--- /dev/null
+++ b/src/views/finance/supplierBill/billingRecord.vue
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 批量付款
+ 供应商:供应商名称
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.shopName }}({{ scope.row.shopName }})
+ 账号:{{ scope.row.shopName }}
+ 联系电话:{{ scope.row.phone }}
+
+
+
+
+
+
+
+
+
+
+ 付款
+
+
+ 付款记录
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/finance/supplierBill/components/payment.vue b/src/views/finance/supplierBill/components/payment.vue
new file mode 100644
index 0000000..ce55fa9
--- /dev/null
+++ b/src/views/finance/supplierBill/components/payment.vue
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取 消
+ 确 定
+
+
+
+
+
+
+
diff --git a/src/views/finance/supplierBill/index.vue b/src/views/finance/supplierBill/index.vue
new file mode 100644
index 0000000..74b06c0
--- /dev/null
+++ b/src/views/finance/supplierBill/index.vue
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+ 账单总金额(全部/本月)
+ 2000/1000
+
+
+
+ 已付款总金额(全部/本月)
+ 2000/1000
+
+
+ 未付款总金额(全部/本月)
+ 2000/1000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 账单记录
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/finance/supplierBill/paymentRecord.vue b/src/views/finance/supplierBill/paymentRecord.vue
new file mode 100644
index 0000000..d8f1b87
--- /dev/null
+++ b/src/views/finance/supplierBill/paymentRecord.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+ 供应商:供应商名称
+
+
+
+
+
+
+
+
+ {{ scope.row.shopName }}({{ scope.row.shopName }})
+ 账号:{{ scope.row.shopName }}
+ 联系电话:{{ scope.row.phone }}
+
+
+
+
+
+
+
+
+ 员工名称:{{ scope.row.shopName }}
+ 员工编号:{{ scope.row.shopName }}
+ 员工账号:{{ scope.row.phone }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/inventory/consumables/components/add-haocai copy.vue b/src/views/inventory/consumables/components/add-haocai copy.vue
deleted file mode 100644
index f4a6d8c..0000000
--- a/src/views/inventory/consumables/components/add-haocai copy.vue
+++ /dev/null
@@ -1,197 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 取 消
- 确 定
-
-
-
- {{ dialogtitle }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 取 消
- 确 定
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/product/index.vue b/src/views/product/index.vue
index 041d104..1136ea5 100644
--- a/src/views/product/index.vue
+++ b/src/views/product/index.vue
@@ -301,10 +301,13 @@ async function handleEditClick(row: IObject) {
// 其他工具栏
function handleToolbarClick(name: string) {
console.log(name);
- if (name === "custom1") {
+ if ( name === "custom1" ) {
// ElMessage.success("点击了自定义1按钮");
myDialogRef.value.open();
}
+ if ( name === "custom2" ) { //商品同步
+
+ }
}
async function confirm() {
let res = await UserAPI.stockWarning(form.warnLine)
diff --git a/src/views/product/indexconfig/content.ts b/src/views/product/indexconfig/content.ts
index efd789d..9598603 100644
--- a/src/views/product/indexconfig/content.ts
+++ b/src/views/product/indexconfig/content.ts
@@ -59,6 +59,13 @@ const contentConfig: IContentConfig
= {
pk: "id",
toolbar: [
"add",
+ {
+ icon: "refresh",
+ text: "同步",
+ type: "danger",
+ name: "custom2",
+ auth: "import",
+ },
{
icon: "edit",
text: "库存预警",
@@ -66,6 +73,7 @@ const contentConfig: IContentConfig = {
name: "custom1",
auth: "import",
},
+
],
cols: [
// { type: "selection", width: 50, align: "center" },
diff --git a/src/views/shop/branchStore/index.vue b/src/views/shop/branchStore/index.vue
new file mode 100644
index 0000000..668ecf7
--- /dev/null
+++ b/src/views/shop/branchStore/index.vue
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.shopName }}({{ scope.row.shopName }})
+ 账号:{{ scope.row.shopName }}
+ 联系电话:{{ scope.row.phone }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 同步启用
+
+
+ 账号启用
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/shop/list/components/addShop.vue b/src/views/shop/list/components/addShop.vue
index 44f3395..433a32b 100644
--- a/src/views/shop/list/components/addShop.vue
+++ b/src/views/shop/list/components/addShop.vue
@@ -1,17 +1,7 @@
-
+
-
+
@@ -23,22 +13,18 @@
请谨慎修改!!!
-
-
-
+
+
+ 是
+ 否
+
+
+
+
+
+
@@ -78,24 +64,14 @@
-
+
-
+