YL2767 2 månader sedan
förälder
incheckning
d5e2ed816c
2 ändrade filer med 3 tillägg och 2 borttagningar
  1. 1
    0
      src/view/record/outrecord.vue
  2. 2
    2
      src/view/ware/storechange.vue

+ 1
- 0
src/view/record/outrecord.vue Visa fil

@@ -67,6 +67,7 @@
67 67
 							<el-button @click="handleOutBack" type="danger" size="small" style="width:70px">取消出库</el-button>
68 68
 							<el-button @click="handleVerifyAcc" type="primary" size="small" style="width:70px">对账</el-button>
69 69
 							<el-button @click="handleModifyPrice" type="primary" size="small" >批量改价</el-button>
70
+							
70 71
 						</el-form-item>
71 72
 						<el-form-item label="" >
72 73
 							<el-upload class="upload-demo" action="" 

+ 2
- 2
src/view/ware/storechange.vue Visa fil

@@ -151,8 +151,8 @@
151 151
 					</el-input>
152 152
 				</el-form-item>
153 153
 				<el-form-item label=" ">
154
-					<el-button type="success" @click="handleStackSave">保存</el-button>
155
-					<el-button type="danger" @click="handleStackCancelSave">取消</el-button>
154
+					<el-button type="success" @click="handleCustomerSave">保存</el-button>
155
+					<el-button type="danger" @click="handleCustomerCancelSave">取消</el-button>
156 156
 				</el-form-item>
157 157
 			</el-form>
158 158
 		</el-dialog>

Loading…
Avbryt
Spara